#90AB72

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

Shades of Olivine #90AB72

Tints of Olivine #90AB72

Color information

#90AB72 (or 0x90AB72) is unknown color: approx Olivine. HEX triplet: 90, AB and 72. RGB value is (144,171,114). Sum of RGB (Red+Green+Blue) = 144+171+114=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB72 is #6F548D. Grayscale: #9C9C9C. Windows color (decimal): -7296142 or 7515024. OLE color: 7515024.

HSL color Cylindrical-coordinate representation of color #90AB72: hue angle of 88.42º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90AB72 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB144171114-
CMYK0.1600.330.33
HSL88.42º25.33%55.88%-
HSV(B)88.42º33.33%67.06%-
XYZ29.136.2721.39-
YUV156.43104.05119.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=33.57%
G=39.86%
B=26.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441711140.1600.330.3388.4225.3355.88
Hex90AB721002121581938
Octal22025316220041411303170
Binary10010000101010111110010100000100001100001101100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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