#6A920D

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

Shades of Olive Drab #6A920D

Tints of Olive Drab #6A920D

Color information

#6A920D (or 0x6A920D) is unknown color: approx Olive Drab. HEX triplet: 6A, 92 and 0D. RGB value is (106,146,13). Sum of RGB (Red+Green+Blue) = 106+146+13=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #6A920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A920D is #956DF2. Grayscale: #777777. Windows color (decimal): -9793011 or 889450. OLE color: 889450.

HSL color Cylindrical-coordinate representation of color #6A920D: hue angle of 78.05º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A920D is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB10614613-
CMYK0.2700.910.43
HSL78.05º83.65%31.18%-
HSV(B)78.05º91.1%57.25%-
XYZ16.323.654.09-
YUV118.8868.25118.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40%
GREEN value IS 146 (57.42% from 255) = 55.09%
BLUE value IS 13 (5.47% from 255) = 4.91%
R=40%
G=55.09%
B=4.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106146130.2700.910.4378.0583.6531.18
Hex6A92D1B05B2B4e541f
Octal152222153301335311612437
Binary110101010010010110111011010110111010111001110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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