#6E6904

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

Shades of Olive #6E6904

Tints of Olive #6E6904

Color information

#6E6904 (or 0x6E6904) is unknown color: approx Olive. HEX triplet: 6E, 69 and 04. RGB value is (110,105,4). Sum of RGB (Red+Green+Blue) = 110+105+4=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6904 is #9196FB. Grayscale: #5F5F5F. Windows color (decimal): -9541372 or 289134. OLE color: 289134.

HSL color Cylindrical-coordinate representation of color #6E6904: hue angle of 57.17º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E6904 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB1101054-
CMYK00.050.960.57
HSL57.17º92.98%22.35%-
HSV(B)57.17º96.36%43.14%-
XYZ11.513.432.1-
YUV94.9876.66138.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.23%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=50.23%
G=47.95%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110105400.050.960.5757.1792.9822.35
Hex6E694056039395d16
Octal156151405140717113526
Binary1101110110100110001011100000111001111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,105,4); }

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

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

 a { background-color: rgb(110,105,4); }

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

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

 span { border-color: rgb(110,105,4); }

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