#8DA774

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

Shades of Olivine #8DA774

Tints of Olivine #8DA774

Color information

#8DA774 (or 0x8DA774) is unknown color: approx Olivine. HEX triplet: 8D, A7 and 74. RGB value is (141,167,116). Sum of RGB (Red+Green+Blue) = 141+167+116=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA774 is #72588B. Grayscale: #999999. Windows color (decimal): -7493772 or 7645069. OLE color: 7645069.

HSL color Cylindrical-coordinate representation of color #8DA774: hue angle of 90.59º degrees, saturation: 0.22, 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 #8DA774 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB141167116-
CMYK0.1600.310.35
HSL90.59º22.47%55.49%-
HSV(B)90.59º30.54%65.49%-
XYZ27.9634.5621.72-
YUV153.41106.89119.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 167 (65.62% from 255) = 39.39%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=33.25%
G=39.39%
B=27.36%

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
Decimal1411671160.1600.310.3590.5922.4755.49
Hex8DA7741001F235b1637
Octal21524716420037431332667
Binary1000110110100111111010010000011111100011101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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