#99AD78

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

Shades of Olivine #99AD78

Tints of Olivine #99AD78

Color information

#99AD78 (or 0x99AD78) is unknown color: approx Olivine. HEX triplet: 99, AD and 78. RGB value is (153,173,120). Sum of RGB (Red+Green+Blue) = 153+173+120=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD78 is #665287. Grayscale: #A1A1A1. Windows color (decimal): -6705800 or 7908761. OLE color: 7908761.

HSL color Cylindrical-coordinate representation of color #99AD78: hue angle of 82.64º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99AD78 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB153173120-
CMYK0.1200.310.32
HSL82.64º24.42%57.45%-
HSV(B)82.64º30.64%67.84%-
XYZ31.4738.0223.45-
YUV160.98104.87122.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=34.30%
G=38.79%
B=26.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531731200.1200.310.3282.6424.4257.45
Hex99AD78C01F20531839
Octal23125517014037401233071
Binary100110011010110111110001100011111100000101001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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