#8DB678

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

Shades of Olivine #8DB678

Tints of Olivine #8DB678

Color information

#8DB678 (or 0x8DB678) is unknown color: approx Olivine. HEX triplet: 8D, B6 and 78. RGB value is (141,182,120). Sum of RGB (Red+Green+Blue) = 141+182+120=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB678 is #724987. Grayscale: #A2A2A2. Windows color (decimal): -7489928 or 7911053. OLE color: 7911053.

HSL color Cylindrical-coordinate representation of color #8DB678: hue angle of 99.68º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DB678 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB141182120-
CMYK0.2300.340.29
HSL99.68º29.81%59.22%-
HSV(B)99.68º34.07%71.37%-
XYZ31.140.4723.94-
YUV162.67103.92112.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=31.83%
G=41.08%
B=27.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411821200.2300.340.2999.6829.8159.22
Hex8DB678170221D641e3b
Octal21526617027042351443673
Binary1000110110110110111100010111010001011101110010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,120); }

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

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

 a { background-color: rgb(141,182,120); }

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

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

 span { border-color: rgb(141,182,120); }

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