#7D7904

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

Shades of Olive #7D7904

Tints of Olive #7D7904

Color information

#7D7904 (or 0x7D7904) is unknown color: approx Olive. HEX triplet: 7D, 79 and 04. RGB value is (125,121,4). Sum of RGB (Red+Green+Blue) = 125+121+4=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7904 is #8286FB. Grayscale: #6D6D6D. Windows color (decimal): -8554236 or 293245. OLE color: 293245.

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

Color convert

RGB1251214-
CMYK00.030.970.51
HSL58.02º93.8%25.29%-
HSV(B)58.02º96.8%49.02%-
XYZ15.3218.042.79-
YUV108.8668.83139.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50%
GREEN value IS 121 (47.66% from 255) = 48.4%
BLUE value IS 4 (1.95% from 255) = 1.6%
R=50%
G=48.4%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125121400.030.970.5158.0293.825.29
Hex7D7940361333a5e19
Octal175171403141637213631
Binary111110111110011000111100001110011111010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,121,4); }

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

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

 a { background-color: rgb(125,121,4); }

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

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

 span { border-color: rgb(125,121,4); }

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