#90AF72

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

Shades of Olivine #90AF72

Tints of Olivine #90AF72

Color information

#90AF72 (or 0x90AF72) is unknown color: approx Olivine. HEX triplet: 90, AF and 72. RGB value is (144,175,114). Sum of RGB (Red+Green+Blue) = 144+175+114=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF72 is #6F508D. Grayscale: #9E9E9E. Windows color (decimal): -7295118 or 7516048. OLE color: 7516048.

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

Color convert

RGB144175114-
CMYK0.1800.350.31
HSL90.49º27.6%56.67%-
HSV(B)90.49º34.86%68.63%-
XYZ29.8737.821.64-
YUV158.78102.73117.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=33.26%
G=40.42%
B=26.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751140.1800.350.3190.4927.656.67
Hex90AF72120231F5a1c39
Octal22025716222043371323471
Binary1001000010101111111001010010010001111111101101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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