#8DB475

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

Shades of Olivine #8DB475

Tints of Olivine #8DB475

Color information

#8DB475 (or 0x8DB475) is unknown color: approx Olivine. HEX triplet: 8D, B4 and 75. RGB value is (141,180,117). Sum of RGB (Red+Green+Blue) = 141+180+117=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB475 is #724B8A. Grayscale: #A1A1A1. Windows color (decimal): -7490443 or 7713933. OLE color: 7713933.

HSL color Cylindrical-coordinate representation of color #8DB475: hue angle of 97.14º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DB475 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB141180117-
CMYK0.2200.350.29
HSL97.14º29.58%58.24%-
HSV(B)97.14º35%70.59%-
XYZ30.5239.5922.86-
YUV161.16103.08113.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=32.19%
G=41.10%
B=26.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411801170.2200.350.2997.1429.5858.24
Hex8DB475160231D611e3a
Octal21526416526043351413672
Binary1000110110110100111010110110010001111101110000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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