Html Css Color HEX #8DAB76 Olivine

📋 copy color: '#8DAB76'

red 141 ◦ green 171 ◦ blue 118

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

Shades of Olivine #8DAB76

Tints of Olivine #8DAB76

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

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

R = 32.79%
G = 39.77%
B = 27.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#8DAB76 (or 0x8DAB76) is known color: Olivine. HEX triplet: 8D, AB and 76. RGB value is (141,171,118). Sum of RGB (Red+Green+Blue) = 141+171+118=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB76 is #725489. Grayscale: #9C9C9C. Windows color (decimal): -7492746 or 7777165. OLE color: 7777165.

HSL color Cylindrical-coordinate representation of color #8DAB76: hue angle of 93.96º degrees, saturation: 0.24, 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 #8DAB76 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 171 118 -
CMYK 0.18 0 0.31 0.33
HSL 93.96º 0.24% 0.57% -
HSV(B) 93.96º 0.31% 0.67% -
XYZ 28.82 36.1 22.59 -
YUV 155.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 141 171 118 0.18 0 0.31 0.33 93.96 0.24 0.57
Hex 8D AB 76 12 0 1F 21 5E 18 39
Octal 215 253 166 22 0 37 41 136 30 71
Binary 10001101 10101011 1110110 10010 0 11111 100001 1011110 11000 111001

Color Harmonies of #8DAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAB76

Black with #8DAB76

Text Example


Text Example

White with #8DAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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