#8CB77A

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

Shades of Olivine #8CB77A

Tints of Olivine #8CB77A

Color information

#8CB77A (or 0x8CB77A) is unknown color: approx Olivine. HEX triplet: 8C, B7 and 7A. RGB value is (140,183,122). Sum of RGB (Red+Green+Blue) = 140+183+122=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB77A is #734885. Grayscale: #A3A3A3. Windows color (decimal): -7555206 or 8042380. OLE color: 8042380.

HSL color Cylindrical-coordinate representation of color #8CB77A: hue angle of 102.3º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CB77A is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB140183122-
CMYK0.2300.330.28
HSL102.3º29.76%59.8%-
HSV(B)102.3º33.33%71.76%-
XYZ31.2640.8524.65-
YUV163.19104.75111.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=31.46%
G=41.12%
B=27.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401831220.2300.330.28102.329.7659.8
Hex8CB77A170211C661e3c
Octal21426717227041341463674
Binary1000110010110111111101010111010000111100110011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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