Html Css Color HEX #8CB671 Olivine

📋 copy color: '#8CB671'

red 140 ◦ green 182 ◦ blue 113

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

Shades of Olivine #8CB671

Tints of Olivine #8CB671

RGB

 RED value IS 140 (55.08% from 255) = 32.18%

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

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

R = 32.18%
G = 41.84%
B = 25.98%

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

#8CB671 (or 0x8CB671) is known color: Olivine. HEX triplet: 8C, B6 and 71. RGB value is (140,182,113). Sum of RGB (Red+Green+Blue) = 140+182+113=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB671 is #73498E. Grayscale: #A1A1A1. Windows color (decimal): -7555471 or 7452300. OLE color: 7452300.

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

Color convert

RGB 140 182 113 -
CMYK 0.23 0 0.38 0.29
HSL 96.52º 0.32% 0.58% -
HSV(B) 96.52º 0.38% 0.71% -
XYZ 30.52 40.22 21.78 -
YUV 161.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 140 182 113 0.23 0 0.38 0.29 96.52 0.32 0.58
Hex 8C B6 71 17 0 26 1D 61 20 3A
Octal 214 266 161 27 0 46 35 141 40 72
Binary 10001100 10110110 1110001 10111 0 100110 11101 1100001 100000 111010

Color Harmonies of #8CB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB671

Black with #8CB671

Text Example


Text Example

White with #8CB671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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