#90AF79

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

Shades of Olivine #90AF79

Tints of Olivine #90AF79

Color information

#90AF79 (or 0x90AF79) is unknown color: approx Olivine. HEX triplet: 90, AF and 79. RGB value is (144,175,121). Sum of RGB (Red+Green+Blue) = 144+175+121=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF79 is #6F5086. Grayscale: #9F9F9F. Windows color (decimal): -7295111 or 7974800. OLE color: 7974800.

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

Color convert

RGB144175121-
CMYK0.1800.310.31
HSL94.44º25.23%58.04%-
HSV(B)94.44º30.86%68.63%-
XYZ30.2837.9723.82-
YUV159.58106.23116.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 121 (47.66% from 255) = 27.5%
R=32.73%
G=39.77%
B=27.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751210.1800.310.3194.4425.2358.04
Hex90AF791201F1F5e193a
Octal22025717122037371363172
Binary100100001010111111110011001001111111111101111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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