#6E7406

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

Shades of Olive #6E7406

Tints of Olive #6E7406

Color information

#6E7406 (or 0x6E7406) is unknown color: approx Olive. HEX triplet: 6E, 74 and 06. RGB value is (110,116,6). Sum of RGB (Red+Green+Blue) = 110+116+6=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7406 is #918BF9. Grayscale: #666666. Windows color (decimal): -9538554 or 423022. OLE color: 423022.

HSL color Cylindrical-coordinate representation of color #6E7406: hue angle of 63.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E7406 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB1101166-
CMYK0.0500.950.55
HSL63.27º90.16%23.92%-
HSV(B)63.27º94.83%45.49%-
XYZ12.7115.822.56-
YUV101.6774.01133.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.41%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=47.41%
G=50%
B=2.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11011660.0500.950.5563.2790.1623.92
Hex6E746505F373f5a18
Octal156164650137677713230
Binary1101110111010011010101011111110111111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,116,6); }

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

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

 a { background-color: rgb(110,116,6); }

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

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

 span { border-color: rgb(110,116,6); }

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