Html Css Color HEX #8CB86D Olivine

📋 copy color: '#8CB86D'

red 140 ◦ green 184 ◦ blue 109

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

Shades of Olivine #8CB86D

Tints of Olivine #8CB86D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.49%

 BLUE value IS 109 (42.97% from 255) = 25.17%

R = 32.33%
G = 42.49%
B = 25.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#8CB86D (or 0x8CB86D) is known color: Olivine. HEX triplet: 8C, B8 and 6D. RGB value is (140,184,109). Sum of RGB (Red+Green+Blue) = 140+184+109=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB86D is #734792. Grayscale: #A2A2A2. Windows color (decimal): -7554963 or 7190668. OLE color: 7190668.

HSL color Cylindrical-coordinate representation of color #8CB86D: hue angle of 95.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CB86D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 109 -
CMYK 0.24 0 0.41 0.28
HSL 95.2º 0.35% 0.57% -
HSV(B) 95.2º 0.41% 0.72% -
XYZ 30.72 40.96 20.76 -
YUV 162.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 140 184 109 0.24 0 0.41 0.28 95.2 0.35 0.57
Hex 8C B8 6D 18 0 29 1C 5F 23 39
Octal 214 270 155 30 0 51 34 137 43 71
Binary 10001100 10111000 1101101 11000 0 101001 11100 1011111 100011 111001

Color Harmonies of #8CB86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB86D

Black with #8CB86D

Text Example


Text Example

White with #8CB86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,184,109); }

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

background-color css

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

 a { background-color: rgb(140,184,109); }

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

border-color css

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

 span { border-color: rgb(140,184,109); }

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