#6D940D

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

Shades of Olive Drab #6D940D

Tints of Olive Drab #6D940D

Color information

#6D940D (or 0x6D940D) is unknown color: approx Olive Drab. HEX triplet: 6D, 94 and 0D. RGB value is (109,148,13). Sum of RGB (Red+Green+Blue) = 109+148+13=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #6D940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D940D is #926BF2. Grayscale: #797979. Windows color (decimal): -9595891 or 889965. OLE color: 889965.

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

Color convert

RGB10914813-
CMYK0.2600.910.42
HSL77.33º83.85%31.57%-
HSV(B)77.33º91.22%58.04%-
XYZ16.9724.464.21-
YUV120.9567.08119.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.37%
GREEN value IS 148 (58.20% from 255) = 54.81%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=40.37%
G=54.81%
B=4.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109148130.2600.910.4277.3383.8531.57
Hex6D94D1A05B2A4d5420
Octal155224153201335211512440
Binary1101101100101001101110100101101110101010011011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,148,13); }

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

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

 a { background-color: rgb(109,148,13); }

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

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

 span { border-color: rgb(109,148,13); }

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