#8DB071

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

Shades of Olivine #8DB071

Tints of Olivine #8DB071

Color information

#8DB071 (or 0x8DB071) is unknown color: approx Olivine. HEX triplet: 8D, B0 and 71. RGB value is (141,176,113). Sum of RGB (Red+Green+Blue) = 141+176+113=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB071 is #724F8E. Grayscale: #9E9E9E. Windows color (decimal): -7491471 or 7450765. OLE color: 7450765.

HSL color Cylindrical-coordinate representation of color #8DB071: hue angle of 93.33º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB071 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB141176113-
CMYK0.2000.360.31
HSL93.33º28.51%56.67%-
HSV(B)93.33º35.8%69.02%-
XYZ29.4937.9121.38-
YUV158.35102.4115.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.79%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=32.79%
G=40.93%
B=26.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411761130.2000.360.3193.3328.5156.67
Hex8DB071140241F5d1d39
Octal21526016124044371353571
Binary1000110110110000111000110100010010011111101110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,176,113); }

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

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

 a { background-color: rgb(141,176,113); }

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

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

 span { border-color: rgb(141,176,113); }

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