#7A6E01

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

Shades of Olive #7A6E01

Tints of Olive #7A6E01

Color information

#7A6E01 (or 0x7A6E01) is unknown color: approx Olive. HEX triplet: 7A, 6E and 01. RGB value is (122,110,1). Sum of RGB (Red+Green+Blue) = 122+110+1=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6E01 is #8591FE. Grayscale: #656565. Windows color (decimal): -8753663 or 93818. OLE color: 93818.

HSL color Cylindrical-coordinate representation of color #7A6E01: hue angle of 54.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A6E01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB1221101-
CMYK00.100.990.52
HSL54.05º98.37%24.12%-
HSV(B)54.05º99.18%47.84%-
XYZ13.6115.292.26-
YUV101.1671.48142.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.36%
GREEN value IS 110 (43.36% from 255) = 47.21%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=52.36%
G=47.21%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122110100.100.990.5254.0598.3724.12
Hex7A6E10A6334366218
Octal1721561012143646614230
Binary111101011011101010101100011110100110110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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