#8DB667

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

Shades of Olivine #8DB667

Tints of Olivine #8DB667

Color information

#8DB667 (or 0x8DB667) is unknown color: approx Olivine. HEX triplet: 8D, B6 and 67. RGB value is (141,182,103). Sum of RGB (Red+Green+Blue) = 141+182+103=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB667 is #724998. Grayscale: #A1A1A1. Windows color (decimal): -7489945 or 6796941. OLE color: 6796941.

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

Color convert

RGB141182103-
CMYK0.2300.430.29
HSL91.14º35.11%55.88%-
HSV(B)91.14º43.41%71.37%-
XYZ30.1640.118.98-
YUV160.7395.42113.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 182 (71.48% from 255) = 42.72%
BLUE value IS 103 (40.62% from 255) = 24.18%
R=33.10%
G=42.72%
B=24.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411821030.2300.430.2991.1435.1155.88
Hex8DB6671702B1D5b2338
Octal21526614727053351334370
Binary10001101101101101100111101110101011111011011011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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