#90AF70

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

Shades of Olivine #90AF70

Tints of Olivine #90AF70

Color information

#90AF70 (or 0x90AF70) is unknown color: approx Olivine. HEX triplet: 90, AF and 70. RGB value is (144,175,112). Sum of RGB (Red+Green+Blue) = 144+175+112=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF70 is #6F508F. Grayscale: #9E9E9E. Windows color (decimal): -7295120 or 7384976. OLE color: 7384976.

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

Color convert

RGB144175112-
CMYK0.1800.360.31
HSL89.52º28.25%56.27%-
HSV(B)89.52º36%68.63%-
XYZ29.7637.7621.05-
YUV158.55101.73117.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=33.41%
G=40.60%
B=25.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751120.1800.360.3189.5228.2556.27
Hex90AF70120241F5a1c38
Octal22025716022044371323470
Binary1001000010101111111000010010010010011111101101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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