Html Css Color HEX #99A981 Olivine

📋 copy color: '#99A981'

red 153 ◦ green 169 ◦ blue 129

#99A981
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #99A981

Tints of Olivine #99A981

RGB

 RED value IS 153 (60.16% from 255) = 33.92%

 GREEN value IS 169 (66.41% from 255) = 37.47%

 BLUE value IS 129 (50.78% from 255) = 28.6%

R = 33.92%
G = 37.47%
B = 28.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#99A981 (or 0x99A981) is known color: Olivine. HEX triplet: 99, A9 and 81. RGB value is (153,169,129). Sum of RGB (Red+Green+Blue) = 153+169+129=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 169 - color contains mainly: green. Hex color #99A981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A981 is #66567E. Grayscale: #9F9F9F. Windows color (decimal): -6706815 or 8497561. OLE color: 8497561.

HSL color Cylindrical-coordinate representation of color #99A981: hue angle of 84º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99A981 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 169 129 -
CMYK 0.09 0 0.24 0.34
HSL 84º 0.19% 0.58% -
HSV(B) 84º 0.24% 0.66% -
XYZ 31.29 36.73 26.21 -
YUV 159.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 153 169 129 0.09 0 0.24 0.34 84 0.19 0.58
Hex 99 A9 81 9 0 18 22 54 13 3A
Octal 231 251 201 11 0 30 42 124 23 72
Binary 10011001 10101001 10000001 1001 0 11000 100010 1010100 10011 111010

Color Harmonies of #99A981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A981

Black with #99A981

Text Example


Text Example

White with #99A981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,169,129); }

 H1.HeaderClassName
 {
   color: #99A981;
 }
 .AnyTagClassName
 {
   color: #99A981;
 }
</style>

background-color css

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

 a { background-color: rgb(153,169,129); }

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

border-color css

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

 span { border-color: rgb(153,169,129); }

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