#7A6F01

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

Shades of Olive #7A6F01

Tints of Olive #7A6F01

Color information

#7A6F01 (or 0x7A6F01) is unknown color: approx Olive. HEX triplet: 7A, 6F and 01. RGB value is (122,111,1). Sum of RGB (Red+Green+Blue) = 122+111+1=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6F01 is #8590FE. Grayscale: #666666. Windows color (decimal): -8753407 or 94074. OLE color: 94074.

HSL color Cylindrical-coordinate representation of color #7A6F01: hue angle of 54.55º 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 #7A6F01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB1221111-
CMYK00.090.990.52
HSL54.55º98.37%24.12%-
HSV(B)54.55º99.18%47.84%-
XYZ13.7215.512.3-
YUV101.7571.14142.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.14%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=52.14%
G=47.44%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122111100.090.990.5254.5598.3724.12
Hex7A6F1096334376218
Octal1721571011143646714230
Binary111101011011111010011100011110100110111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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