Html Css Color HEX #8DB671 Olivine

📋 copy color: '#8DB671'

red 141 ◦ green 182 ◦ blue 113

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

Shades of Olivine #8DB671

Tints of Olivine #8DB671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.74%

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

R = 32.34%
G = 41.74%
B = 25.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#8DB671 (or 0x8DB671) is known color: Olivine. HEX triplet: 8D, B6 and 71. RGB value is (141,182,113). Sum of RGB (Red+Green+Blue) = 141+182+113=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB671 is #72498E. Grayscale: #A2A2A2. Windows color (decimal): -7489935 or 7452301. OLE color: 7452301.

HSL color Cylindrical-coordinate representation of color #8DB671: hue angle of 95.65º degrees, saturation: 0.32, 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 #8DB671 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 182 113 -
CMYK 0.23 0 0.38 0.29
HSL 95.65º 0.32% 0.58% -
HSV(B) 95.65º 0.38% 0.71% -
XYZ 30.69 40.31 21.79 -
YUV 161.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 141 182 113 0.23 0 0.38 0.29 95.65 0.32 0.58
Hex 8D B6 71 17 0 26 1D 60 20 3A
Octal 215 266 161 27 0 46 35 140 40 72
Binary 10001101 10110110 1110001 10111 0 100110 11101 1100000 100000 111010

Color Harmonies of #8DB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB671

Black with #8DB671

Text Example


Text Example

White with #8DB671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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