#6D920D

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

Shades of Olive Drab #6D920D

Tints of Olive Drab #6D920D

Color information

#6D920D (or 0x6D920D) is unknown color: approx Olive Drab. HEX triplet: 6D, 92 and 0D. RGB value is (109,146,13). Sum of RGB (Red+Green+Blue) = 109+146+13=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #6D920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D920D is #926DF2. Grayscale: #787878. Windows color (decimal): -9596403 or 889453. OLE color: 889453.

HSL color Cylindrical-coordinate representation of color #6D920D: hue angle of 76.69º 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 #6D920D is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB10914613-
CMYK0.2500.910.43
HSL76.69º83.65%31.18%-
HSV(B)76.69º91.1%57.25%-
XYZ16.6623.844.1-
YUV119.7867.74120.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.67%
GREEN value IS 146 (57.42% from 255) = 54.48%
BLUE value IS 13 (5.47% from 255) = 4.85%
R=40.67%
G=54.48%
B=4.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109146130.2500.910.4376.6983.6531.18
Hex6D92D1905B2B4d541f
Octal155222153101335311512437
Binary110110110010010110111001010110111010111001101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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