#6A820E

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

Shades of Olive Drab #6A820E

Tints of Olive Drab #6A820E

Color information

#6A820E (or 0x6A820E) is unknown color: approx Olive Drab. HEX triplet: 6A, 82 and 0E. RGB value is (106,130,14). Sum of RGB (Red+Green+Blue) = 106+130+14=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #6A820E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A820E is #957DF1. Grayscale: #6E6E6E. Windows color (decimal): -9797106 or 950890. OLE color: 950890.

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

Color convert

RGB10613014-
CMYK0.1800.890.49
HSL72.41º80.56%28.24%-
HSV(B)72.41º89.23%50.98%-
XYZ14.0119.063.36-
YUV109.674.05125.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.4%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 14 (5.86% from 255) = 5.6%
R=42.4%
G=52%
B=5.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106130140.1800.890.4972.4180.5628.24
Hex6A82E120593148511c
Octal152202162201316111012134
Binary110101010000010111010010010110011100011001000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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