#90AB70

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

Shades of Olivine #90AB70

Tints of Olivine #90AB70

Color information

#90AB70 (or 0x90AB70) is unknown color: approx Olivine. HEX triplet: 90, AB and 70. RGB value is (144,171,112). Sum of RGB (Red+Green+Blue) = 144+171+112=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB70 is #6F548F. Grayscale: #9C9C9C. Windows color (decimal): -7296144 or 7383952. OLE color: 7383952.

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

Color convert

RGB144171112-
CMYK0.1600.350.33
HSL87.46º25.99%55.49%-
HSV(B)87.46º34.5%67.06%-
XYZ28.9936.2220.79-
YUV156.2103.05119.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=33.72%
G=40.05%
B=26.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441711120.1600.350.3387.4625.9955.49
Hex90AB701002321571a37
Octal22025316020043411273267
Binary10010000101010111110000100000100011100001101011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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