#90C772

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

Shades of Olivine #90C772

Tints of Olivine #90C772

Color information

#90C772 (or 0x90C772) is unknown color: approx Olivine. HEX triplet: 90, C7 and 72. RGB value is (144,199,114). Sum of RGB (Red+Green+Blue) = 144+199+114=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #90C772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C772 is #6F388D. Grayscale: #ADADAD. Windows color (decimal): -7288974 or 7522192. OLE color: 7522192.

HSL color Cylindrical-coordinate representation of color #90C772: hue angle of 98.82º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90C772 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB144199114-
CMYK0.2800.430.22
HSL98.82º43.15%61.37%-
HSV(B)98.82º42.71%78.04%-
XYZ34.9647.9923.34-
YUV172.8694.78107.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 199 (78.12% from 255) = 43.54%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=31.51%
G=43.54%
B=24.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1441991140.2800.430.2298.8243.1561.37
Hex90C7721C02B16632b3d
Octal22030716234053261435375
Binary10010000110001111110010111000101011101101100011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,199,114); }

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

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

 a { background-color: rgb(144,199,114); }

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

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

 span { border-color: rgb(144,199,114); }

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