#8DA477

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

Shades of Olivine #8DA477

Tints of Olivine #8DA477

Color information

#8DA477 (or 0x8DA477) is unknown color: approx Olivine. HEX triplet: 8D, A4 and 77. RGB value is (141,164,119). Sum of RGB (Red+Green+Blue) = 141+164+119=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA477 is #725B88. Grayscale: #989898. Windows color (decimal): -7494537 or 7840909. OLE color: 7840909.

HSL color Cylindrical-coordinate representation of color #8DA477: hue angle of 90.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA477 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB141164119-
CMYK0.1400.270.36
HSL90.67º19.82%55.49%-
HSV(B)90.67º27.44%64.31%-
XYZ27.5933.5522.47-
YUV151.99109.38120.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=33.25%
G=38.68%
B=28.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641190.1400.270.3690.6719.8255.49
Hex8DA477E01B245b1437
Octal21524416716033441332467
Binary100011011010010011101111110011011100100101101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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