#8CAD70

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

Shades of Olivine #8CAD70

Tints of Olivine #8CAD70

Color information

#8CAD70 (or 0x8CAD70) is unknown color: approx Olivine. HEX triplet: 8C, AD and 70. RGB value is (140,173,112). Sum of RGB (Red+Green+Blue) = 140+173+112=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD70 is #73528F. Grayscale: #9C9C9C. Windows color (decimal): -7557776 or 7384460. OLE color: 7384460.

HSL color Cylindrical-coordinate representation of color #8CAD70: hue angle of 92.46º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CAD70 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB140173112-
CMYK0.1900.350.32
HSL92.46º27.11%55.88%-
HSV(B)92.46º35.26%67.84%-
XYZ28.6836.6320.89-
YUV156.18103.07116.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.94%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=32.94%
G=40.71%
B=26.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401731120.1900.350.3292.4627.1155.88
Hex8CAD7013023205c1b38
Octal21425516023043401343370
Binary10001100101011011110000100110100011100000101110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,173,112); }

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

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

 a { background-color: rgb(140,173,112); }

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

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

 span { border-color: rgb(140,173,112); }

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