#8CB071

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

Shades of Olivine #8CB071

Tints of Olivine #8CB071

Color information

#8CB071 (or 0x8CB071) is unknown color: approx Olivine. HEX triplet: 8C, B0 and 71. RGB value is (140,176,113). Sum of RGB (Red+Green+Blue) = 140+176+113=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB071 is #734F8E. Grayscale: #9E9E9E. Windows color (decimal): -7557007 or 7450764. OLE color: 7450764.

HSL color Cylindrical-coordinate representation of color #8CB071: hue angle of 94.29º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CB071 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB140176113-
CMYK0.2000.360.31
HSL94.29º28.51%56.67%-
HSV(B)94.29º35.8%69.02%-
XYZ29.3237.8221.38-
YUV158.05102.57115.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.63%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=32.63%
G=41.03%
B=26.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401761130.2000.360.3194.2928.5156.67
Hex8CB071140241F5e1d39
Octal21426016124044371363571
Binary1000110010110000111000110100010010011111101111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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