Html Css Color HEX #8DB571 Olivine

📋 copy color: '#8DB571'

red 141 ◦ green 181 ◦ blue 113

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

Shades of Olivine #8DB571

Tints of Olivine #8DB571

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.61%

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

R = 32.41%
G = 41.61%
B = 25.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#8DB571 (or 0x8DB571) is known color: Olivine. HEX triplet: 8D, B5 and 71. RGB value is (141,181,113). Sum of RGB (Red+Green+Blue) = 141+181+113=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB571 is #724A8E. Grayscale: #A1A1A1. Windows color (decimal): -7490191 or 7452045. OLE color: 7452045.

HSL color Cylindrical-coordinate representation of color #8DB571: hue angle of 95.29º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DB571 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 181 113 -
CMYK 0.22 0 0.38 0.29
HSL 95.29º 0.31% 0.58% -
HSV(B) 95.29º 0.38% 0.71% -
XYZ 30.49 39.9 21.72 -
YUV 161.29 100.75 113.53 -
System Red Green Blue C M Y K H S L
Decimal 141 181 113 0.22 0 0.38 0.29 95.29 0.31 0.58
Hex 8D B5 71 16 0 26 1D 5F 1F 3A
Octal 215 265 161 26 0 46 35 137 37 72
Binary 10001101 10110101 1110001 10110 0 100110 11101 1011111 11111 111010

Color Harmonies of #8DB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB571

Black with #8DB571

Text Example


Text Example

White with #8DB571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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