Html Css Color HEX #8CB771 Olivine

📋 copy color: '#8CB771'

red 140 ◦ green 183 ◦ blue 113

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

Shades of Olivine #8CB771

Tints of Olivine #8CB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

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

R = 32.11%
G = 41.97%
B = 25.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#8CB771 (or 0x8CB771) is known color: Olivine. HEX triplet: 8C, B7 and 71. RGB value is (140,183,113). Sum of RGB (Red+Green+Blue) = 140+183+113=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB771 is #73488E. Grayscale: #A2A2A2. Windows color (decimal): -7555215 or 7452556. OLE color: 7452556.

HSL color Cylindrical-coordinate representation of color #8CB771: hue angle of 96.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CB771 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 113 -
CMYK 0.23 0 0.38 0.28
HSL 96.86º 0.33% 0.58% -
HSV(B) 96.86º 0.38% 0.72% -
XYZ 30.73 40.63 21.85 -
YUV 162.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 140 183 113 0.23 0 0.38 0.28 96.86 0.33 0.58
Hex 8C B7 71 17 0 26 1C 61 21 3A
Octal 214 267 161 27 0 46 34 141 41 72
Binary 10001100 10110111 1110001 10111 0 100110 11100 1100001 100001 111010

Color Harmonies of #8CB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB771

Black with #8CB771

Text Example


Text Example

White with #8CB771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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