#8DB575

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

Shades of Olivine #8DB575

Tints of Olivine #8DB575

Color information

#8DB575 (or 0x8DB575) is unknown color: approx Olivine. HEX triplet: 8D, B5 and 75. RGB value is (141,181,117). Sum of RGB (Red+Green+Blue) = 141+181+117=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB575 is #724A8A. Grayscale: #A1A1A1. Windows color (decimal): -7490187 or 7714189. OLE color: 7714189.

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

Color convert

RGB141181117-
CMYK0.2200.350.29
HSL97.5º30.19%58.43%-
HSV(B)97.5º35.36%70.98%-
XYZ30.7239.9922.93-
YUV161.74102.75113.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=32.12%
G=41.23%
B=26.65%

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
Decimal1411811170.2200.350.2997.530.1958.43
Hex8DB575160231D611e3a
Octal21526516526043351413672
Binary1000110110110101111010110110010001111101110000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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