Html Css Color HEX #8CB96D Olivine

📋 copy color: '#8CB96D'

red 140 ◦ green 185 ◦ blue 109

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

Shades of Olivine #8CB96D

Tints of Olivine #8CB96D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.63%

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

R = 32.26%
G = 42.63%
B = 25.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#8CB96D (or 0x8CB96D) is known color: Olivine. HEX triplet: 8C, B9 and 6D. RGB value is (140,185,109). Sum of RGB (Red+Green+Blue) = 140+185+109=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB96D is #734692. Grayscale: #A3A3A3. Windows color (decimal): -7554707 or 7190924. OLE color: 7190924.

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

Color convert

RGB 140 185 109 -
CMYK 0.24 0 0.41 0.27
HSL 95.53º 0.35% 0.58% -
HSV(B) 95.53º 0.41% 0.73% -
XYZ 30.92 41.38 20.82 -
YUV 162.88 97.59 111.68 -
System Red Green Blue C M Y K H S L
Decimal 140 185 109 0.24 0 0.41 0.27 95.53 0.35 0.58
Hex 8C B9 6D 18 0 29 1B 60 23 3A
Octal 214 271 155 30 0 51 33 140 43 72
Binary 10001100 10111001 1101101 11000 0 101001 11011 1100000 100011 111010

Color Harmonies of #8CB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB96D

Black with #8CB96D

Text Example


Text Example

White with #8CB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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