#7A7E00

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

Shades of Olive #7A7E00

Tints of Olive #7A7E00

Color information

#7A7E00 (or 0x7A7E00) is unknown color: approx Olive. HEX triplet: 7A, 7E and 00. RGB value is (122,126,0). Sum of RGB (Red+Green+Blue) = 122+126+0=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7E00 is #8581FF. Grayscale: #6E6E6E. Windows color (decimal): -8749568 or 32378. OLE color: 32378.

HSL color Cylindrical-coordinate representation of color #7A7E00: hue angle of 61.9º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A7E00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB1221260-
CMYK0.03010.51
HSL61.9º100%24.71%-
HSV(B)61.9º100%49.41%-
XYZ15.4919.062.86-
YUV110.4465.67136.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.19%
GREEN value IS 126 (49.61% from 255) = 50.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.19%
G=50.81%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12212600.03010.5161.910024.71
Hex7A7E03064333e6419
Octal172176030144637614431
Binary1111010111111001101100100110011111110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,126,0); }

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

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

 a { background-color: rgb(122,126,0); }

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

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

 span { border-color: rgb(122,126,0); }

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