#90AB76

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

Shades of Olivine #90AB76

Tints of Olivine #90AB76

Color information

#90AB76 (or 0x90AB76) is unknown color: approx Olivine. HEX triplet: 90, AB and 76. RGB value is (144,171,118). Sum of RGB (Red+Green+Blue) = 144+171+118=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB76 is #6F5489. Grayscale: #9D9D9D. Windows color (decimal): -7296138 or 7777168. OLE color: 7777168.

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

Color convert

RGB144171118-
CMYK0.1600.310.33
HSL90.57º23.98%56.67%-
HSV(B)90.57º30.99%67.06%-
XYZ29.3336.3622.61-
YUV156.88106.05118.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=33.26%
G=39.49%
B=27.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441711180.1600.310.3390.5723.9856.67
Hex90AB761001F215b1839
Octal22025316620037411333071
Binary1001000010101011111011010000011111100001101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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