Html Css Color HEX #8DAA76 Olivine

📋 copy color: '#8DAA76'

red 141 ◦ green 170 ◦ blue 118

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

Shades of Olivine #8DAA76

Tints of Olivine #8DAA76

RGB

 RED value IS 141 (55.47% from 255) = 32.87%

 GREEN value IS 170 (66.8% from 255) = 39.63%

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

R = 32.87%
G = 39.63%
B = 27.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#8DAA76 (or 0x8DAA76) is known color: Olivine. HEX triplet: 8D, AA and 76. RGB value is (141,170,118). Sum of RGB (Red+Green+Blue) = 141+170+118=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA76 is #725589. Grayscale: #9B9B9B. Windows color (decimal): -7493002 or 7776909. OLE color: 7776909.

HSL color Cylindrical-coordinate representation of color #8DAA76: hue angle of 93.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAA76 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 170 118 -
CMYK 0.17 0 0.31 0.33
HSL 93.46º 0.23% 0.56% -
HSV(B) 93.46º 0.31% 0.67% -
XYZ 28.63 35.72 22.53 -
YUV 155.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 141 170 118 0.17 0 0.31 0.33 93.46 0.23 0.56
Hex 8D AA 76 11 0 1F 21 5D 17 38
Octal 215 252 166 21 0 37 41 135 27 70
Binary 10001101 10101010 1110110 10001 0 11111 100001 1011101 10111 111000

Color Harmonies of #8DAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAA76

Black with #8DAA76

Text Example


Text Example

White with #8DAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DAA76; }

 p { color: rgb(141,170,118); }

 H1.HeaderClassName
 {
   color: #8DAA76;
 }
 .AnyTagClassName
 {
   color: #8DAA76;
 }
</style>

background-color css

<style>
 a { background-color: #8DAA76; }

 a { background-color: rgb(141,170,118); }

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

border-color css

<style>
 span { border-color: #8DAA76; }

 span { border-color: rgb(141,170,118); }

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