#90C168

Color #90C168 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #90C168

Tints of Olivine #90C168

Color information

#90C168 (or 0x90C168) is unknown color: approx Olivine. HEX triplet: 90, C1 and 68. RGB value is (144,193,104). Sum of RGB (Red+Green+Blue) = 144+193+104=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #90C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C168 is #6F3E97. Grayscale: #A8A8A8. Windows color (decimal): -7290520 or 6865296. OLE color: 6865296.

HSL color Cylindrical-coordinate representation of color #90C168: hue angle of 93.03º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90C168 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB144193104-
CMYK0.2500.460.24
HSL93.03º41.78%58.24%-
HSV(B)93.03º46.11%75.69%-
XYZ33.0745.0720.05-
YUV168.291.77110.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 193 (75.78% from 255) = 43.76%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=32.65%
G=43.76%
B=23.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441931040.2500.460.2493.0341.7858.24
Hex90C1681902E185d2a3a
Octal22030115031056301355272
Binary10010000110000011101000110010101110110001011101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90C168; }

 p { color: rgb(144,193,104); }

 H1.HeaderClassName
 {
   color: #90C168;
 }
 .AnyTagClassName
 {
   color: #90C168;
 }
</style>
background-color css

<style>
 a { background-color: #90C168; }

 a { background-color: rgb(144,193,104); }

 div.DivClassName
 {
   background-color: #90C168;
 }
 .BgClassName
 {
   background-color: #90C168;
 }
</style>
border-color css

<style>
 span { border-color: #90C168; }

 span { border-color: rgb(144,193,104); }

 td.TdClassName
 {
   border-color: #90C168;
 }
 .TagClassName
 {
   border-color: #90C168;
 }
</style>