#8CB37A

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

Shades of Olivine #8CB37A

Tints of Olivine #8CB37A

Color information

#8CB37A (or 0x8CB37A) is unknown color: approx Olivine. HEX triplet: 8C, B3 and 7A. RGB value is (140,179,122). Sum of RGB (Red+Green+Blue) = 140+179+122=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB37A is #734C85. Grayscale: #A1A1A1. Windows color (decimal): -7556230 or 8041356. OLE color: 8041356.

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

Color convert

RGB140179122-
CMYK0.2200.320.30
HSL101.05º27.27%59.02%-
HSV(B)101.05º31.84%70.2%-
XYZ30.4539.2224.38-
YUV160.84106.08113.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.75%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=31.75%
G=40.59%
B=27.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1401791220.2200.320.30101.0527.2759.02
Hex8CB37A160201E651b3b
Octal21426317226040361453373
Binary1000110010110011111101010110010000011110110010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,179,122); }

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

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

 a { background-color: rgb(140,179,122); }

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

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

 span { border-color: rgb(140,179,122); }

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