#8DB46B

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

Shades of Olivine #8DB46B

Tints of Olivine #8DB46B

Color information

#8DB46B (or 0x8DB46B) is unknown color: approx Olivine. HEX triplet: 8D, B4 and 6B. RGB value is (141,180,107). Sum of RGB (Red+Green+Blue) = 141+180+107=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB46B is #724B94. Grayscale: #A0A0A0. Windows color (decimal): -7490453 or 7058573. OLE color: 7058573.

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

Color convert

RGB141180107-
CMYK0.2200.410.29
HSL92.05º32.74%56.27%-
HSV(B)92.05º40.56%70.59%-
XYZ29.9639.3719.93-
YUV160.0298.08114.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.94%
GREEN value IS 180 (70.70% from 255) = 42.06%
BLUE value IS 107 (42.19% from 255) = 25%
R=32.94%
G=42.06%
B=25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411801070.2200.410.2992.0532.7456.27
Hex8DB46B160291D5c2138
Octal21526415326051351344170
Binary10001101101101001101011101100101001111011011100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,180,107); }

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

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

 a { background-color: rgb(141,180,107); }

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

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

 span { border-color: rgb(141,180,107); }

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