#7D7E00

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

Shades of Olive #7D7E00

Tints of Olive #7D7E00

Color information

#7D7E00 (or 0x7D7E00) is unknown color: approx Olive. HEX triplet: 7D, 7E and 00. RGB value is (125,126,0). Sum of RGB (Red+Green+Blue) = 125+126+0=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 126 (49.61% from 255 or 50.20% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 126 - color contains mainly: green. Hex color #7D7E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7E00 is #8281FF. Grayscale: #6F6F6F. Windows color (decimal): -8552960 or 32381. OLE color: 32381.

HSL color Cylindrical-coordinate representation of color #7D7E00: hue angle of 60.48º 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 #7D7E00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB1251260-
CMYK0.01010.51
HSL60.48º100%24.71%-
HSV(B)60.48º100%49.41%-
XYZ15.9219.282.88-
YUV111.3465.17137.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.80%
GREEN value IS 126 (49.61% from 255) = 50.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.80%
G=50.20%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12512600.01010.5160.4810024.71
Hex7D7E01064333c6419
Octal175176010144637414431
Binary111110111111100101100100110011111100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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