#8DB569

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

Shades of Olivine #8DB569

Tints of Olivine #8DB569

Color information

#8DB569 (or 0x8DB569) is unknown color: approx Olivine. HEX triplet: 8D, B5 and 69. RGB value is (141,181,105). Sum of RGB (Red+Green+Blue) = 141+181+105=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB569 is #724A96. Grayscale: #A0A0A0. Windows color (decimal): -7490199 or 6927757. OLE color: 6927757.

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

Color convert

RGB141181105-
CMYK0.2200.420.29
HSL91.58º33.93%56.08%-
HSV(B)91.58º41.99%70.98%-
XYZ30.0639.7319.45-
YUV160.3896.75114.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.02%
GREEN value IS 181 (71.09% from 255) = 42.39%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=33.02%
G=42.39%
B=24.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411811050.2200.420.2991.5833.9356.08
Hex8DB5691602A1D5c2238
Octal21526515126052351344270
Binary10001101101101011101001101100101010111011011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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