#7E6F09

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

Shades of Olive #7E6F09

Tints of Olive #7E6F09

Color information

#7E6F09 (or 0x7E6F09) is unknown color: approx Olive. HEX triplet: 7E, 6F and 09. RGB value is (126,111,9). Sum of RGB (Red+Green+Blue) = 126+111+9=246 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.22% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6F09 is #8190F6. Grayscale: #686868. Windows color (decimal): -8491255 or 618366. OLE color: 618366.

HSL color Cylindrical-coordinate representation of color #7E6F09: hue angle of 52.31º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E6F09 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB1261119-
CMYK00.120.930.51
HSL52.31º86.67%26.47%-
HSV(B)52.31º92.86%49.41%-
XYZ14.3415.822.56-
YUV103.8674.47143.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.22%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 9 (3.91% from 255) = 3.66%
R=51.22%
G=45.12%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126111900.120.930.5152.3186.6726.47
Hex7E6F90C5D3334571a
Octal17615711014135636412732
Binary111111011011111001011001011101110011110100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E6F09; }

 p { color: rgb(126,111,9); }

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

<style>
 a { background-color: #7E6F09; }

 a { background-color: rgb(126,111,9); }

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

<style>
 span { border-color: #7E6F09; }

 span { border-color: rgb(126,111,9); }

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