#99AB78

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

Shades of Olivine #99AB78

Tints of Olivine #99AB78

Color information

#99AB78 (or 0x99AB78) is unknown color: approx Olivine. HEX triplet: 99, AB and 78. RGB value is (153,171,120). Sum of RGB (Red+Green+Blue) = 153+171+120=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AB78 is #665487. Grayscale: #9F9F9F. Windows color (decimal): -6706312 or 7908249. OLE color: 7908249.

HSL color Cylindrical-coordinate representation of color #99AB78: hue angle of 81.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99AB78 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB153171120-
CMYK0.1100.300.33
HSL81.18º23.29%57.06%-
HSV(B)81.18º29.82%67.06%-
XYZ31.0937.2523.32-
YUV159.8105.54123.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 120 (47.27% from 255) = 27.03%
R=34.46%
G=38.51%
B=27.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531711200.1100.300.3381.1823.2957.06
Hex99AB78B01E21511739
Octal23125317013036411212771
Binary100110011010101111110001011011110100001101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AB78; }

 p { color: rgb(153,171,120); }

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

<style>
 a { background-color: #99AB78; }

 a { background-color: rgb(153,171,120); }

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

<style>
 span { border-color: #99AB78; }

 span { border-color: rgb(153,171,120); }

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