#6D7004

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

Shades of Olive #6D7004

Tints of Olive #6D7004

Color information

#6D7004 (or 0x6D7004) is unknown color: approx Olive. HEX triplet: 6D, 70 and 04. RGB value is (109,112,4). Sum of RGB (Red+Green+Blue) = 109+112+4=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7004 is #928FFB. Grayscale: #636363. Windows color (decimal): -9605116 or 290925. OLE color: 290925.

HSL color Cylindrical-coordinate representation of color #6D7004: hue angle of 61.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D7004 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB1091124-
CMYK0.0300.960.56
HSL61.67º93.1%22.75%-
HSV(B)61.67º96.43%43.92%-
XYZ12.1214.852.34-
YUV98.7974.51135.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 4 (1.95% from 255) = 1.78%
R=48.44%
G=49.78%
B=1.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10911240.0300.960.5661.6793.122.75
Hex6D7043060383e5d17
Octal155160430140707613527
Binary110110111100001001101100000111000111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,4); }

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

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

 a { background-color: rgb(109,112,4); }

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

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

 span { border-color: rgb(109,112,4); }

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