#7D7505

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

Shades of Olive #7D7505

Tints of Olive #7D7505

Color information

#7D7505 (or 0x7D7505) is unknown color: approx Olive. HEX triplet: 7D, 75 and 05. RGB value is (125,117,5). Sum of RGB (Red+Green+Blue) = 125+117+5=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7505 is #828AFA. Grayscale: #6B6B6B. Windows color (decimal): -8555259 or 357757. OLE color: 357757.

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

Color convert

RGB1251175-
CMYK00.060.960.51
HSL56º92.31%25.49%-
HSV(B)56º96%49.02%-
XYZ14.8517.092.66-
YUV106.6270.65141.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.61%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=50.61%
G=47.37%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125117500.060.960.515692.3125.49
Hex7D755066033385c19
Octal175165506140637013431
Binary1111101111010110101101100000110011111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,117,5); }

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

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

 a { background-color: rgb(125,117,5); }

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

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

 span { border-color: rgb(125,117,5); }

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