#61822A

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

Shades of Olive Drab #61822A

Tints of Olive Drab #61822A

Color information

#61822A (or 0x61822A) is unknown color: approx Olive Drab. HEX triplet: 61, 82 and 2A. RGB value is (97,130,42). Sum of RGB (Red+Green+Blue) = 97+130+42=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #61822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61822A is #9E7DD5. Grayscale: #6E6E6E. Windows color (decimal): -10386902 or 2785889. OLE color: 2785889.

HSL color Cylindrical-coordinate representation of color #61822A: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61822A is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB9713042-
CMYK0.2500.680.49
HSL82.5º51.16%33.73%-
HSV(B)82.5º67.69%50.98%-
XYZ13.3318.675.09-
YUV110.189.57118.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=36.06%
G=48.33%
B=15.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130420.2500.680.4982.551.1633.73
Hex61822A1904431523322
Octal14120252310104611226342
Binary11000011000001010101011001010001001100011010010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61822A; }

 p { color: rgb(97,130,42); }

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

<style>
 a { background-color: #61822A; }

 a { background-color: rgb(97,130,42); }

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

<style>
 span { border-color: #61822A; }

 span { border-color: rgb(97,130,42); }

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