Html Css Color HEX #8DA376 Olivine

📋 copy color: '#8DA376'

red 141 ◦ green 163 ◦ blue 118

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

Shades of Olivine #8DA376

Tints of Olivine #8DA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

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

R = 33.41%
G = 38.63%
B = 27.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#8DA376 (or 0x8DA376) is known color: Olivine. HEX triplet: 8D, A3 and 76. RGB value is (141,163,118). Sum of RGB (Red+Green+Blue) = 141+163+118=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA376 is #725C89. Grayscale: #979797. Windows color (decimal): -7494794 or 7775117. OLE color: 7775117.

HSL color Cylindrical-coordinate representation of color #8DA376: hue angle of 89.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DA376 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 163 118 -
CMYK 0.13 0 0.28 0.36
HSL 89.33º 0.2% 0.55% -
HSV(B) 89.33º 0.28% 0.64% -
XYZ 27.35 33.17 22.1 -
YUV 151.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 141 163 118 0.13 0 0.28 0.36 89.33 0.2 0.55
Hex 8D A3 76 D 0 1C 24 59 14 37
Octal 215 243 166 15 0 34 44 131 24 67
Binary 10001101 10100011 1110110 1101 0 11100 100100 1011001 10100 110111

Color Harmonies of #8DA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA376

Black with #8DA376

Text Example


Text Example

White with #8DA376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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