#8CB47B

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

Shades of Olivine #8CB47B

Tints of Olivine #8CB47B

Color information

#8CB47B (or 0x8CB47B) is unknown color: approx Olivine. HEX triplet: 8C, B4 and 7B. RGB value is (140,180,123). Sum of RGB (Red+Green+Blue) = 140+180+123=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB47B is #734B84. Grayscale: #A1A1A1. Windows color (decimal): -7555973 or 8107148. OLE color: 8107148.

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

Color convert

RGB140180123-
CMYK0.2200.320.29
HSL102.11º27.54%59.41%-
HSV(B)102.11º31.67%70.59%-
XYZ30.7139.6524.77-
YUV161.54106.25112.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=31.60%
G=40.63%
B=27.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801230.2200.320.29102.1127.5459.41
Hex8CB47B160201D661c3b
Octal21426417326040351463473
Binary1000110010110100111101110110010000011101110011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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