#6A8232

Color #6A8232 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6A8232

Tints of Olive Drab #6A8232

Color information

#6A8232 (or 0x6A8232) is unknown color: approx Olive Drab. HEX triplet: 6A, 82 and 32. RGB value is (106,130,50). Sum of RGB (Red+Green+Blue) = 106+130+50=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8232 is #957DCD. Grayscale: #727272. Windows color (decimal): -9797070 or 3310186. OLE color: 3310186.

HSL color Cylindrical-coordinate representation of color #6A8232: hue angle of 78º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A8232 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB10613050-
CMYK0.1800.620.49
HSL78º44.44%35.29%-
HSV(B)78º61.54%50.98%-
XYZ14.519.265.97-
YUV113.792.05122.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=37.06%
G=45.45%
B=17.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106130500.1800.620.497844.4435.29
Hex6A82321203E314e2c23
Octal1522026222076611165443
Binary1101010100000101100101001001111101100011001110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A8232; }

 p { color: rgb(106,130,50); }

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

<style>
 a { background-color: #6A8232; }

 a { background-color: rgb(106,130,50); }

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

<style>
 span { border-color: #6A8232; }

 span { border-color: rgb(106,130,50); }

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