#6A820D

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

Shades of Olive Drab #6A820D

Tints of Olive Drab #6A820D

Color information

#6A820D (or 0x6A820D) is unknown color: approx Olive Drab. HEX triplet: 6A, 82 and 0D. RGB value is (106,130,13). Sum of RGB (Red+Green+Blue) = 106+130+13=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #6A820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A820D is #957DF2. Grayscale: #6D6D6D. Windows color (decimal): -9797107 or 885354. OLE color: 885354.

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

Color convert

RGB10613013-
CMYK0.1800.90.49
HSL72.31º81.82%28.04%-
HSV(B)72.31º90%50.98%-
XYZ1419.063.32-
YUV109.4973.55125.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 13 (5.47% from 255) = 5.22%
R=42.57%
G=52.21%
B=5.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106130130.1800.90.4972.3181.8228.04
Hex6A82D1205A3148521c
Octal152202152201326111012234
Binary110101010000010110110010010110101100011001000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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