#90C066

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

Shades of Olivine #90C066

Tints of Olivine #90C066

Color information

#90C066 (or 0x90C066) is unknown color: approx Olivine. HEX triplet: 90, C0 and 66. RGB value is (144,192,102). Sum of RGB (Red+Green+Blue) = 144+192+102=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #90C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C066 is #6F3F99. Grayscale: #A7A7A7. Windows color (decimal): -7290778 or 6733968. OLE color: 6733968.

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

Color convert

RGB144192102-
CMYK0.2500.470.25
HSL92º41.67%57.65%-
HSV(B)92º46.88%75.29%-
XYZ32.7544.5919.45-
YUV167.3991.1111.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.88%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 102 (40.23% from 255) = 23.29%
R=32.88%
G=43.84%
B=23.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441921020.2500.470.259241.6757.65
Hex90C0661902F195c2a3a
Octal22030014631057311345272
Binary10010000110000001100110110010101111110011011100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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