#8DB777

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

Shades of Olivine #8DB777

Tints of Olivine #8DB777

Color information

#8DB777 (or 0x8DB777) is unknown color: approx Olivine. HEX triplet: 8D, B7 and 77. RGB value is (141,183,119). Sum of RGB (Red+Green+Blue) = 141+183+119=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB777 is #724888. Grayscale: #A3A3A3. Windows color (decimal): -7489673 or 7845773. OLE color: 7845773.

HSL color Cylindrical-coordinate representation of color #8DB777: hue angle of 99.37º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DB777 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB141183119-
CMYK0.2300.350.28
HSL99.37º30.77%59.22%-
HSV(B)99.37º34.97%71.76%-
XYZ31.2540.8623.69-
YUV163.15103.09112.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 119 (46.88% from 255) = 26.86%
R=31.83%
G=41.31%
B=26.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411831190.2300.350.2899.3730.7759.22
Hex8DB777170231C631f3b
Octal21526716727043341433773
Binary1000110110110111111011110111010001111100110001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,183,119); }

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

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

 a { background-color: rgb(141,183,119); }

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

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

 span { border-color: rgb(141,183,119); }

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