#7F7A04

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

Shades of Olive #7F7A04

Tints of Olive #7F7A04

Color information

#7F7A04 (or 0x7F7A04) is unknown color: approx Olive. HEX triplet: 7F, 7A and 04. RGB value is (127,122,4). Sum of RGB (Red+Green+Blue) = 127+122+4=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7A04 is #8085FB. Grayscale: #6E6E6E. Windows color (decimal): -8422908 or 293503. OLE color: 293503.

HSL color Cylindrical-coordinate representation of color #7F7A04: hue angle of 57.56º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F7A04 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB1271224-
CMYK00.040.970.50
HSL57.56º93.89%25.69%-
HSV(B)57.56º96.85%49.8%-
XYZ15.7318.442.84-
YUV110.0468.16140.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.20%
GREEN value IS 122 (48.05% from 255) = 48.22%
BLUE value IS 4 (1.95% from 255) = 1.58%
R=50.20%
G=48.22%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127122400.040.970.5057.5693.8925.69
Hex7F7A40461323a5e1a
Octal177172404141627213632
Binary1111111111101010001001100001110010111010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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