#8DB375

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

Shades of Olivine #8DB375

Tints of Olivine #8DB375

Color information

#8DB375 (or 0x8DB375) is unknown color: approx Olivine. HEX triplet: 8D, B3 and 75. RGB value is (141,179,117). Sum of RGB (Red+Green+Blue) = 141+179+117=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB375 is #724C8A. Grayscale: #A0A0A0. Windows color (decimal): -7490699 or 7713677. OLE color: 7713677.

HSL color Cylindrical-coordinate representation of color #8DB375: hue angle of 96.77º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DB375 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB141179117-
CMYK0.2100.350.30
HSL96.77º28.97%58.04%-
HSV(B)96.77º34.64%70.2%-
XYZ30.3239.1922.8-
YUV160.57103.41114.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=32.27%
G=40.96%
B=26.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1411791170.2100.350.3096.7728.9758.04
Hex8DB375150231E611d3a
Octal21526316525043361413572
Binary1000110110110011111010110101010001111110110000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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