#7A7B04

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

Shades of Olive #7A7B04

Tints of Olive #7A7B04

Color information

#7A7B04 (or 0x7A7B04) is unknown color: approx Olive. HEX triplet: 7A, 7B and 04. RGB value is (122,123,4). Sum of RGB (Red+Green+Blue) = 122+123+4=249 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.00% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7B04 is #8584FB. Grayscale: #6D6D6D. Windows color (decimal): -8750332 or 293754. OLE color: 293754.

HSL color Cylindrical-coordinate representation of color #7A7B04: hue angle of 60.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A7B04 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB1221234-
CMYK0.0100.970.52
HSL60.5º93.7%24.9%-
HSV(B)60.5º96.75%48.24%-
XYZ15.1318.312.85-
YUV109.1468.67137.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.00%
GREEN value IS 123 (48.44% from 255) = 49.40%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=49.00%
G=49.40%
B=1.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12212340.0100.970.5260.593.724.9
Hex7A7B41061343d5e19
Octal172173410141647513631
Binary11110101111011100101100001110100111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,123,4); }

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

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

 a { background-color: rgb(122,123,4); }

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

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

 span { border-color: rgb(122,123,4); }

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