#90C064

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

Shades of Olivine #90C064

Tints of Olivine #90C064

Color information

#90C064 (or 0x90C064) is unknown color: approx Olivine. HEX triplet: 90, C0 and 64. RGB value is (144,192,100). Sum of RGB (Red+Green+Blue) = 144+192+100=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #90C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C064 is #6F3F9B. Grayscale: #A7A7A7. Windows color (decimal): -7290780 or 6602896. OLE color: 6602896.

HSL color Cylindrical-coordinate representation of color #90C064: hue angle of 91.3º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90C064 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB144192100-
CMYK0.2500.480.25
HSL91.3º42.2%57.25%-
HSV(B)91.3º47.92%75.29%-
XYZ32.6544.5518.93-
YUV167.1690.1111.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=33.03%
G=44.04%
B=22.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441921000.2500.480.2591.342.257.25
Hex90C06419030195b2a39
Octal22030014431060311335271
Binary10010000110000001100100110010110000110011011011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,192,100); }

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

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

 a { background-color: rgb(144,192,100); }

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

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

 span { border-color: rgb(144,192,100); }

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