#6A840D

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

Shades of Olive Drab #6A840D

Tints of Olive Drab #6A840D

Color information

#6A840D (or 0x6A840D) is unknown color: approx Olive Drab. HEX triplet: 6A, 84 and 0D. RGB value is (106,132,13). Sum of RGB (Red+Green+Blue) = 106+132+13=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #6A840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A840D is #957BF2. Grayscale: #6F6F6F. Windows color (decimal): -9796595 or 885866. OLE color: 885866.

HSL color Cylindrical-coordinate representation of color #6A840D: hue angle of 73.11º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A840D is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB10613213-
CMYK0.2000.900.48
HSL73.11º82.07%28.43%-
HSV(B)73.11º90.15%51.76%-
XYZ14.2719.63.41-
YUV110.6672.89124.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.23%
GREEN value IS 132 (51.95% from 255) = 52.59%
BLUE value IS 13 (5.47% from 255) = 5.18%
R=42.23%
G=52.59%
B=5.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106132130.2000.900.4873.1182.0728.43
Hex6A84D1405A3049521c
Octal152204152401326011112234
Binary110101010000100110110100010110101100001001001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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