#8DB468

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

Shades of Olivine #8DB468

Tints of Olivine #8DB468

Color information

#8DB468 (or 0x8DB468) is unknown color: approx Olivine. HEX triplet: 8D, B4 and 68. RGB value is (141,180,104). Sum of RGB (Red+Green+Blue) = 141+180+104=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB468 is #724B97. Grayscale: #9F9F9F. Windows color (decimal): -7490456 or 6861965. OLE color: 6861965.

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

Color convert

RGB141180104-
CMYK0.2200.420.29
HSL90.79º33.63%55.69%-
HSV(B)90.79º42.22%70.59%-
XYZ29.839.319.11-
YUV159.6796.58114.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=33.18%
G=42.35%
B=24.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411801040.2200.420.2990.7933.6355.69
Hex8DB4681602A1D5b2238
Octal21526415026052351334270
Binary10001101101101001101000101100101010111011011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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