#6D941C

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

Shades of Olive Drab #6D941C

Tints of Olive Drab #6D941C

Color information

#6D941C (or 0x6D941C) is unknown color: approx Olive Drab. HEX triplet: 6D, 94 and 1C. RGB value is (109,148,28). Sum of RGB (Red+Green+Blue) = 109+148+28=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #6D941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D941C is #926BE3. Grayscale: #7B7B7B. Windows color (decimal): -9595876 or 1873005. OLE color: 1873005.

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

Color convert

RGB10914828-
CMYK0.2600.810.42
HSL79.5º68.18%34.51%-
HSV(B)79.5º81.08%58.04%-
XYZ17.1124.514.93-
YUV122.6674.58118.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.25%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=38.25%
G=51.93%
B=9.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109148280.2600.810.4279.568.1834.51
Hex6D941C1A0512A504423
Octal155224343201215212010443
Binary11011011001010011100110100101000110101010100001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D941C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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