#8DB96F

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

Shades of Olivine #8DB96F

Tints of Olivine #8DB96F

Color information

#8DB96F (or 0x8DB96F) is unknown color: approx Olivine. HEX triplet: 8D, B9 and 6F. RGB value is (141,185,111). Sum of RGB (Red+Green+Blue) = 141+185+111=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB96F is #724690. Grayscale: #A3A3A3. Windows color (decimal): -7489169 or 7321997. OLE color: 7321997.

HSL color Cylindrical-coordinate representation of color #8DB96F: hue angle of 95.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB96F is Cyan = 0.24, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB141185111-
CMYK0.2400.40.27
HSL95.68º34.58%58.04%-
HSV(B)95.68º40%72.55%-
XYZ31.241.5121.41-
YUV163.4198.42112.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=32.27%
G=42.33%
B=25.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411851110.2400.40.2795.6834.5858.04
Hex8DB96F180281B60233a
Octal21527115730050331404372
Binary10001101101110011101111110000101000110111100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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