#6A930D

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

Shades of Olive Drab #6A930D

Tints of Olive Drab #6A930D

Color information

#6A930D (or 0x6A930D) is unknown color: approx Olive Drab. HEX triplet: 6A, 93 and 0D. RGB value is (106,147,13). Sum of RGB (Red+Green+Blue) = 106+147+13=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #6A930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A930D is #956CF2. Grayscale: #777777. Windows color (decimal): -9792755 or 889706. OLE color: 889706.

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

Color convert

RGB10614713-
CMYK0.2800.910.42
HSL78.36º83.75%31.37%-
HSV(B)78.36º91.16%57.65%-
XYZ16.4523.964.14-
YUV119.4667.92118.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=39.85%
G=55.26%
B=4.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106147130.2800.910.4278.3683.7531.37
Hex6A93D1C05B2A4e541f
Octal152223153401335211612437
Binary110101010010011110111100010110111010101001110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A930D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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