#8CB96E

Color #8CB96E Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8CB96E

Tints of Olivine #8CB96E

Color information

#8CB96E (or 0x8CB96E) is unknown color: approx Olivine. HEX triplet: 8C, B9 and 6E. RGB value is (140,185,110). Sum of RGB (Red+Green+Blue) = 140+185+110=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB96E is #734691. Grayscale: #A3A3A3. Windows color (decimal): -7554706 or 7256460. OLE color: 7256460.

HSL color Cylindrical-coordinate representation of color #8CB96E: hue angle of 96º 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 #8CB96E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB140185110-
CMYK0.2400.410.27
HSL96º34.88%57.84%-
HSV(B)96º40.54%72.55%-
XYZ30.9841.421.11-
YUV162.9998.09111.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.18%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=32.18%
G=42.53%
B=25.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401851100.2400.410.279634.8857.84
Hex8CB96E180291B60233a
Octal21427115630051331404372
Binary10001100101110011101110110000101001110111100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CB96E;
 }
 .AnyTagClassName
 {
   color: #8CB96E;
 }
</style>
background-color css

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

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

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

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

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

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