Html Css Color HEX #8DB376 Olivine

📋 copy color: '#8DB376'

red 141 ◦ green 179 ◦ blue 118

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

Shades of Olivine #8DB376

Tints of Olivine #8DB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

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

R = 32.19%
G = 40.87%
B = 26.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#8DB376 (or 0x8DB376) is known color: Olivine. HEX triplet: 8D, B3 and 76. RGB value is (141,179,118). Sum of RGB (Red+Green+Blue) = 141+179+118=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB376 is #724C89. Grayscale: #A0A0A0. Windows color (decimal): -7490698 or 7779213. OLE color: 7779213.

HSL color Cylindrical-coordinate representation of color #8DB376: hue angle of 97.38º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DB376 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 179 118 -
CMYK 0.21 0 0.34 0.30
HSL 97.38º 0.29% 0.58% -
HSV(B) 97.38º 0.34% 0.7% -
XYZ 30.37 39.21 23.11 -
YUV 160.68 103.91 113.96 -
System Red Green Blue C M Y K H S L
Decimal 141 179 118 0.21 0 0.34 0.30 97.38 0.29 0.58
Hex 8D B3 76 15 0 22 1E 61 1D 3A
Octal 215 263 166 25 0 42 36 141 35 72
Binary 10001101 10110011 1110110 10101 0 100010 11110 1100001 11101 111010

Color Harmonies of #8DB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB376

Black with #8DB376

Text Example


Text Example

White with #8DB376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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