#8DA376

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

Shades of Olivine #8DA376

Tints of Olivine #8DA376

Color information

#8DA376 (or 0x8DA376) is unknown color: approx Olivine. HEX triplet: 8D, A3 and 76. RGB value is (141,163,118). Sum of RGB (Red+Green+Blue) = 141+163+118=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA376 is #725C89. Grayscale: #979797. Windows color (decimal): -7494794 or 7775117. OLE color: 7775117.

HSL color Cylindrical-coordinate representation of color #8DA376: hue angle of 89.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DA376 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB141163118-
CMYK0.1300.280.36
HSL89.33º19.65%55.1%-
HSV(B)89.33º27.61%63.92%-
XYZ27.3533.1722.1-
YUV151.29109.21120.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=33.41%
G=38.63%
B=27.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411631180.1300.280.3689.3319.6555.1
Hex8DA376D01C24591437
Octal21524316615034441312467
Binary100011011010001111101101101011100100100101100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,163,118); }

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

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

 a { background-color: rgb(141,163,118); }

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

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

 span { border-color: rgb(141,163,118); }

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