Html Css Color HEX #99AC76 Olivine

📋 copy color: '#99AC76'

red 153 ◦ green 172 ◦ blue 118

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

Shades of Olivine #99AC76

Tints of Olivine #99AC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 34.54%
G = 38.83%
B = 26.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#99AC76 (or 0x99AC76) is known color: Olivine. HEX triplet: 99, AC and 76. RGB value is (153,172,118). Sum of RGB (Red+Green+Blue) = 153+172+118=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AC76 is #665389. Grayscale: #A0A0A0. Windows color (decimal): -6706058 or 7777433. OLE color: 7777433.

HSL color Cylindrical-coordinate representation of color #99AC76: hue angle of 81.11º degrees, saturation: 0.25, 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 #99AC76 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 172 118 -
CMYK 0.11 0 0.31 0.33
HSL 81.11º 0.25% 0.57% -
HSV(B) 81.11º 0.31% 0.67% -
XYZ 31.16 37.59 22.75 -
YUV 160.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 153 172 118 0.11 0 0.31 0.33 81.11 0.25 0.57
Hex 99 AC 76 B 0 1F 21 51 19 39
Octal 231 254 166 13 0 37 41 121 31 71
Binary 10011001 10101100 1110110 1011 0 11111 100001 1010001 11001 111001

Color Harmonies of #99AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AC76

Black with #99AC76

Text Example


Text Example

White with #99AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,172,118); }

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

background-color css

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

 a { background-color: rgb(153,172,118); }

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

border-color css

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

 span { border-color: rgb(153,172,118); }

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