Html Css Color HEX #8DB377 Olivine

📋 copy color: '#8DB377'

red 141 ◦ green 179 ◦ blue 119

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

Shades of Olivine #8DB377

Tints of Olivine #8DB377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 32.12%
G = 40.77%
B = 27.11%

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

#8DB377 (or 0x8DB377) is known color: Olivine. HEX triplet: 8D, B3 and 77. RGB value is (141,179,119). Sum of RGB (Red+Green+Blue) = 141+179+119=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB377 is #724C88. Grayscale: #A1A1A1. Windows color (decimal): -7490697 or 7844749. OLE color: 7844749.

HSL color Cylindrical-coordinate representation of color #8DB377: hue angle of 98º degrees, saturation: 0.28, 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 #8DB377 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 179 119 -
CMYK 0.21 0 0.34 0.30
HSL 98º 0.28% 0.58% -
HSV(B) 98º 0.34% 0.7% -
XYZ 30.43 39.23 23.42 -
YUV 160.8 104.41 113.88 -
System Red Green Blue C M Y K H S L
Decimal 141 179 119 0.21 0 0.34 0.30 98 0.28 0.58
Hex 8D B3 77 15 0 22 1E 62 1C 3A
Octal 215 263 167 25 0 42 36 142 34 72
Binary 10001101 10110011 1110111 10101 0 100010 11110 1100010 11100 111010

Color Harmonies of #8DB377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB377

Black with #8DB377

Text Example


Text Example

White with #8DB377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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