#8CB773

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

Shades of Olivine #8CB773

Tints of Olivine #8CB773

Color information

#8CB773 (or 0x8CB773) is unknown color: approx Olivine. HEX triplet: 8C, B7 and 73. RGB value is (140,183,115). Sum of RGB (Red+Green+Blue) = 140+183+115=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB773 is #73488C. Grayscale: #A2A2A2. Windows color (decimal): -7555213 or 7583628. OLE color: 7583628.

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

Color convert

RGB140183115-
CMYK0.2300.370.28
HSL97.94º32.08%58.43%-
HSV(B)97.94º37.16%71.76%-
XYZ30.8440.6822.45-
YUV162.39101.25112.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 183 (71.88% from 255) = 41.78%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=31.96%
G=41.78%
B=26.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401831150.2300.370.2897.9432.0858.43
Hex8CB773170251C62203a
Octal21426716327045341424072
Binary10001100101101111110011101110100101111001100010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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