Html Css Color HEX #8DA876 Olivine

📋 copy color: '#8DA876'

red 141 ◦ green 168 ◦ blue 118

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

Shades of Olivine #8DA876

Tints of Olivine #8DA876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

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

R = 33.02%
G = 39.34%
B = 27.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#8DA876 (or 0x8DA876) is known color: Olivine. HEX triplet: 8D, A8 and 76. RGB value is (141,168,118). Sum of RGB (Red+Green+Blue) = 141+168+118=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA876 is #725789. Grayscale: #9A9A9A. Windows color (decimal): -7493514 or 7776397. OLE color: 7776397.

HSL color Cylindrical-coordinate representation of color #8DA876: hue angle of 92.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DA876 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 141 168 118 -
CMYK 0.16 0 0.30 0.34
HSL 92.4º 0.22% 0.56% -
HSV(B) 92.4º 0.3% 0.66% -
XYZ 28.26 34.98 22.4 -
YUV 154.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 141 168 118 0.16 0 0.30 0.34 92.4 0.22 0.56
Hex 8D A8 76 10 0 1E 22 5C 16 38
Octal 215 250 166 20 0 36 42 134 26 70
Binary 10001101 10101000 1110110 10000 0 11110 100010 1011100 10110 111000

Color Harmonies of #8DA876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA876

Black with #8DA876

Text Example


Text Example

White with #8DA876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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