#90AF74

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

Shades of Olivine #90AF74

Tints of Olivine #90AF74

Color information

#90AF74 (or 0x90AF74) is unknown color: approx Olivine. HEX triplet: 90, AF and 74. RGB value is (144,175,116). Sum of RGB (Red+Green+Blue) = 144+175+116=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF74 is #6F508B. Grayscale: #9F9F9F. Windows color (decimal): -7295116 or 7647120. OLE color: 7647120.

HSL color Cylindrical-coordinate representation of color #90AF74: hue angle of 91.53º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90AF74 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB144175116-
CMYK0.1800.340.31
HSL91.53º26.94%57.06%-
HSV(B)91.53º33.71%68.63%-
XYZ29.9837.8522.25-
YUV159103.73117.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=33.10%
G=40.23%
B=26.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751160.1800.340.3191.5326.9457.06
Hex90AF74120221F5c1b39
Octal22025716422042371343371
Binary1001000010101111111010010010010001011111101110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,175,116); }

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

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

 a { background-color: rgb(144,175,116); }

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

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

 span { border-color: rgb(144,175,116); }

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