#8CA873

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

Shades of Olivine #8CA873

Tints of Olivine #8CA873

Color information

#8CA873 (or 0x8CA873) is unknown color: approx Olivine. HEX triplet: 8C, A8 and 73. RGB value is (140,168,115). Sum of RGB (Red+Green+Blue) = 140+168+115=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA873 is #73578C. Grayscale: #999999. Windows color (decimal): -7559053 or 7579788. OLE color: 7579788.

HSL color Cylindrical-coordinate representation of color #8CA873: hue angle of 91.7º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CA873 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB140168115-
CMYK0.1700.320.34
HSL91.7º23.35%55.49%-
HSV(B)91.7º31.55%65.88%-
XYZ27.9134.8221.47-
YUV153.59106.22118.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 168 (66.02% from 255) = 39.72%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=33.10%
G=39.72%
B=27.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1401681150.1700.320.3491.723.3555.49
Hex8CA87311020225c1737
Octal21425016321040421342767
Binary10001100101010001110011100010100000100010101110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,168,115); }

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

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

 a { background-color: rgb(140,168,115); }

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

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

 span { border-color: rgb(140,168,115); }

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