#8CAB71

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

Shades of Olivine #8CAB71

Tints of Olivine #8CAB71

Color information

#8CAB71 (or 0x8CAB71) is unknown color: approx Olivine. HEX triplet: 8C, AB and 71. RGB value is (140,171,113). Sum of RGB (Red+Green+Blue) = 140+171+113=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB71 is #73548E. Grayscale: #9B9B9B. Windows color (decimal): -7558287 or 7449484. OLE color: 7449484.

HSL color Cylindrical-coordinate representation of color #8CAB71: hue angle of 92.07º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CAB71 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB140171113-
CMYK0.1800.340.33
HSL92.07º25.66%55.69%-
HSV(B)92.07º33.92%67.06%-
XYZ28.3635.8921.06-
YUV155.12104.23117.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.02%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=33.02%
G=40.33%
B=26.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711130.1800.340.3392.0725.6655.69
Hex8CAB7112022215c1a38
Octal21425316122042411343270
Binary10001100101010111110001100100100010100001101110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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