#8CA673

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

Shades of Olivine #8CA673

Tints of Olivine #8CA673

Color information

#8CA673 (or 0x8CA673) is unknown color: approx Olivine. HEX triplet: 8C, A6 and 73. RGB value is (140,166,115). Sum of RGB (Red+Green+Blue) = 140+166+115=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA673 is #73598C. Grayscale: #989898. Windows color (decimal): -7559565 or 7579276. OLE color: 7579276.

HSL color Cylindrical-coordinate representation of color #8CA673: hue angle of 90.59º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CA673 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB140166115-
CMYK0.1600.310.35
HSL90.59º22.27%55.1%-
HSV(B)90.59º30.72%65.1%-
XYZ27.5534.0921.35-
YUV152.41106.89119.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=33.25%
G=39.43%
B=27.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401661150.1600.310.3590.5922.2755.1
Hex8CA6731001F235b1637
Octal21424616320037431332667
Binary1000110010100110111001110000011111100011101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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