#8DAD77

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

Shades of Olivine #8DAD77

Tints of Olivine #8DAD77

Color information

#8DAD77 (or 0x8DAD77) is unknown color: approx Olivine. HEX triplet: 8D, AD and 77. RGB value is (141,173,119). Sum of RGB (Red+Green+Blue) = 141+173+119=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAD77 is #725288. Grayscale: #9D9D9D. Windows color (decimal): -7492233 or 7843213. OLE color: 7843213.

HSL color Cylindrical-coordinate representation of color #8DAD77: hue angle of 95.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAD77 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB141173119-
CMYK0.1800.310.32
HSL95.56º24.77%57.25%-
HSV(B)95.56º31.21%67.84%-
XYZ29.2636.8823.03-
YUV157.28106.4116.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=32.56%
G=39.95%
B=27.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411731190.1800.310.3295.5624.7757.25
Hex8DAD771201F20601939
Octal21525516722037401403171
Binary1000110110101101111011110010011111100000110000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,173,119); }

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

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

 a { background-color: rgb(141,173,119); }

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

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

 span { border-color: rgb(141,173,119); }

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