#8DB56F

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

Shades of Olivine #8DB56F

Tints of Olivine #8DB56F

Color information

#8DB56F (or 0x8DB56F) is unknown color: approx Olivine. HEX triplet: 8D, B5 and 6F. RGB value is (141,181,111). Sum of RGB (Red+Green+Blue) = 141+181+111=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB56F is #724A90. Grayscale: #A1A1A1. Windows color (decimal): -7490193 or 7320973. OLE color: 7320973.

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

Color convert

RGB141181111-
CMYK0.2200.390.29
HSL94.29º32.11%57.25%-
HSV(B)94.29º38.67%70.98%-
XYZ30.3839.8621.13-
YUV161.0699.75113.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=32.56%
G=41.80%
B=25.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411811110.2200.390.2994.2932.1157.25
Hex8DB56F160271D5e2039
Octal21526515726047351364071
Binary10001101101101011101111101100100111111011011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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