#6D930C

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

Shades of Olive Drab #6D930C

Tints of Olive Drab #6D930C

Color information

#6D930C (or 0x6D930C) is unknown color: approx Olive Drab. HEX triplet: 6D, 93 and 0C. RGB value is (109,147,12). Sum of RGB (Red+Green+Blue) = 109+147+12=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #6D930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D930C is #926CF3. Grayscale: #787878. Windows color (decimal): -9596148 or 824173. OLE color: 824173.

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

Color convert

RGB10914712-
CMYK0.2600.920.42
HSL76.89º84.91%31.18%-
HSV(B)76.89º91.84%57.65%-
XYZ16.8124.154.12-
YUV120.2566.91119.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.67%
GREEN value IS 147 (57.81% from 255) = 54.85%
BLUE value IS 12 (5.08% from 255) = 4.48%
R=40.67%
G=54.85%
B=4.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109147120.2600.920.4276.8984.9131.18
Hex6D93C1A05C2A4d551f
Octal155223143201345211512537
Binary110110110010011110011010010111001010101001101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,147,12); }

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

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

 a { background-color: rgb(109,147,12); }

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

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

 span { border-color: rgb(109,147,12); }

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