Html Css Color HEX #8DB071 Olivine

📋 copy color: '#8DB071'

red 141 ◦ green 176 ◦ blue 113

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

Shades of Olivine #8DB071

Tints of Olivine #8DB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.93%

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 32.79%
G = 40.93%
B = 26.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#8DB071 (or 0x8DB071) is known color: Olivine. HEX triplet: 8D, B0 and 71. RGB value is (141,176,113). Sum of RGB (Red+Green+Blue) = 141+176+113=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB071 is #724F8E. Grayscale: #9E9E9E. Windows color (decimal): -7491471 or 7450765. OLE color: 7450765.

HSL color Cylindrical-coordinate representation of color #8DB071: hue angle of 93.33º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB071 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 176 113 -
CMYK 0.20 0 0.36 0.31
HSL 93.33º 0.29% 0.57% -
HSV(B) 93.33º 0.36% 0.69% -
XYZ 29.49 37.91 21.38 -
YUV 158.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 141 176 113 0.20 0 0.36 0.31 93.33 0.29 0.57
Hex 8D B0 71 14 0 24 1F 5D 1D 39
Octal 215 260 161 24 0 44 37 135 35 71
Binary 10001101 10110000 1110001 10100 0 100100 11111 1011101 11101 111001

Color Harmonies of #8DB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB071

Black with #8DB071

Text Example


Text Example

White with #8DB071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,113); }

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

background-color css

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

 a { background-color: rgb(141,176,113); }

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

border-color css

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

 span { border-color: rgb(141,176,113); }

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