#8CB470

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

Shades of Olivine #8CB470

Tints of Olivine #8CB470

Color information

#8CB470 (or 0x8CB470) is unknown color: approx Olivine. HEX triplet: 8C, B4 and 70. RGB value is (140,180,112). Sum of RGB (Red+Green+Blue) = 140+180+112=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB470 is #734B8F. Grayscale: #A0A0A0. Windows color (decimal): -7555984 or 7386252. OLE color: 7386252.

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

Color convert

RGB140180112-
CMYK0.2200.380.29
HSL95.29º31.19%57.25%-
HSV(B)95.29º37.78%70.59%-
XYZ30.0639.3921.35-
YUV160.29100.75113.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.41%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=32.41%
G=41.67%
B=25.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801120.2200.380.2995.2931.1957.25
Hex8CB470160261D5f1f39
Octal21426416026046351373771
Binary1000110010110100111000010110010011011101101111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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