#6C941D

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

Shades of Olive Drab #6C941D

Tints of Olive Drab #6C941D

Color information

#6C941D (or 0x6C941D) is unknown color: approx Olive Drab. HEX triplet: 6C, 94 and 1D. RGB value is (108,148,29). Sum of RGB (Red+Green+Blue) = 108+148+29=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #6C941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C941D is #936BE2. Grayscale: #7A7A7A. Windows color (decimal): -9661411 or 1938540. OLE color: 1938540.

HSL color Cylindrical-coordinate representation of color #6C941D: hue angle of 80.17º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C941D is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB10814829-
CMYK0.2700.800.42
HSL80.17º67.23%34.71%-
HSV(B)80.17º80.41%58.04%-
XYZ1724.464.99-
YUV122.4775.25117.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 29 (11.72% from 255) = 10.18%
R=37.89%
G=51.93%
B=10.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108148290.2700.800.4280.1767.2334.71
Hex6C941D1B0502A504323
Octal154224353301205212010343
Binary11011001001010011101110110101000010101010100001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C941D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,148,29); }

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

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

 a { background-color: rgb(108,148,29); }

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

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

 span { border-color: rgb(108,148,29); }

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