#8DA775

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

Shades of Olivine #8DA775

Tints of Olivine #8DA775

Color information

#8DA775 (or 0x8DA775) is unknown color: approx Olivine. HEX triplet: 8D, A7 and 75. RGB value is (141,167,117). Sum of RGB (Red+Green+Blue) = 141+167+117=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA775 is #72588A. Grayscale: #999999. Windows color (decimal): -7493771 or 7710605. OLE color: 7710605.

HSL color Cylindrical-coordinate representation of color #8DA775: hue angle of 91.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DA775 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB141167117-
CMYK0.1600.300.35
HSL91.2º22.12%55.69%-
HSV(B)91.2º29.94%65.49%-
XYZ28.0134.5822.03-
YUV153.53107.39119.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 167 (65.62% from 255) = 39.29%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=33.18%
G=39.29%
B=27.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411671170.1600.300.3591.222.1255.69
Hex8DA7751001E235b1638
Octal21524716520036431332670
Binary1000110110100111111010110000011110100011101101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,167,117); }

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

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

 a { background-color: rgb(141,167,117); }

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

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

 span { border-color: rgb(141,167,117); }

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