#7A7C00

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

Shades of Olive #7A7C00

Tints of Olive #7A7C00

Color information

#7A7C00 (or 0x7A7C00) is unknown color: approx Olive. HEX triplet: 7A, 7C and 00. RGB value is (122,124,0). Sum of RGB (Red+Green+Blue) = 122+124+0=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7C00 is #8583FF. Grayscale: #6D6D6D. Windows color (decimal): -8750080 or 31866. OLE color: 31866.

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

Color convert

RGB1221240-
CMYK0.02010.51
HSL60.97º100%24.31%-
HSV(B)60.97º100%48.63%-
XYZ15.2318.552.78-
YUV109.2766.34137.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.59%
GREEN value IS 124 (48.83% from 255) = 50.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.59%
G=50.41%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12212400.02010.5160.9710024.31
Hex7A7C02064333d6418
Octal172174020144637514430
Binary1111010111110001001100100110011111101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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