#6E7701

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

Shades of Olive #6E7701

Tints of Olive #6E7701

Color information

#6E7701 (or 0x6E7701) is unknown color: approx Olive. HEX triplet: 6E, 77 and 01. RGB value is (110,119,1). Sum of RGB (Red+Green+Blue) = 110+119+1=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7701 is #9188FE. Grayscale: #676767. Windows color (decimal): -9537791 or 96110. OLE color: 96110.

HSL color Cylindrical-coordinate representation of color #6E7701: hue angle of 64.58º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E7701 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB1101191-
CMYK0.0800.990.53
HSL64.58º98.33%23.53%-
HSV(B)64.58º99.16%46.67%-
XYZ13.0316.512.53-
YUV102.8670.52133.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.83%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=47.83%
G=51.74%
B=0.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11011910.0800.990.5364.5898.3323.53
Hex6E771806335416218
Octal15616711001436510114230
Binary1101110111011111000011000111101011000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,119,1); }

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

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

 a { background-color: rgb(110,119,1); }

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

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

 span { border-color: rgb(110,119,1); }

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