#8CA773

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

Shades of Olivine #8CA773

Tints of Olivine #8CA773

Color information

#8CA773 (or 0x8CA773) is unknown color: approx Olivine. HEX triplet: 8C, A7 and 73. RGB value is (140,167,115). Sum of RGB (Red+Green+Blue) = 140+167+115=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA773 is #73588C. Grayscale: #999999. Windows color (decimal): -7559309 or 7579532. OLE color: 7579532.

HSL color Cylindrical-coordinate representation of color #8CA773: hue angle of 91.15º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CA773 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB140167115-
CMYK0.1600.310.35
HSL91.15º22.81%55.29%-
HSV(B)91.15º31.14%65.49%-
XYZ27.7334.4521.41-
YUV153106.55118.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 167 (65.62% from 255) = 39.57%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=33.18%
G=39.57%
B=27.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401671150.1600.310.3591.1522.8155.29
Hex8CA7731001F235b1737
Octal21424716320037431332767
Binary1000110010100111111001110000011111100011101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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