#61802C

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

Shades of Olive Drab #61802C

Tints of Olive Drab #61802C

Color information

#61802C (or 0x61802C) is unknown color: approx Olive Drab. HEX triplet: 61, 80 and 2C. RGB value is (97,128,44). Sum of RGB (Red+Green+Blue) = 97+128+44=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #61802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61802C is #9E7FD3. Grayscale: #6D6D6D. Windows color (decimal): -10387412 or 2916449. OLE color: 2916449.

HSL color Cylindrical-coordinate representation of color #61802C: hue angle of 82.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61802C is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB9712844-
CMYK0.2400.660.50
HSL82.14º48.84%33.73%-
HSV(B)82.14º65.62%50.2%-
XYZ13.118.165.2-
YUV109.1691.23119.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 128 (50.39% from 255) = 47.58%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=36.06%
G=47.58%
B=16.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97128440.2400.660.5082.1448.8433.73
Hex61802C1804232523122
Octal14120054300102621226142
Binary11000011000000010110011000010000101100101010010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61802C; }

 p { color: rgb(97,128,44); }

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

<style>
 a { background-color: #61802C; }

 a { background-color: rgb(97,128,44); }

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

<style>
 span { border-color: #61802C; }

 span { border-color: rgb(97,128,44); }

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