#7D8507

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

Shades of Olive #7D8507

Tints of Olive #7D8507

Color information

#7D8507 (or 0x7D8507) is unknown color: approx Olive. HEX triplet: 7D, 85 and 07. RGB value is (125,133,7). Sum of RGB (Red+Green+Blue) = 125+133+7=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8507 is #827AF8. Grayscale: #747474. Windows color (decimal): -8551161 or 492925. OLE color: 492925.

HSL color Cylindrical-coordinate representation of color #7D8507: hue angle of 63.81º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D8507 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1251337-
CMYK0.0600.950.48
HSL63.81º90%27.45%-
HSV(B)63.81º94.74%52.16%-
XYZ16.8821.153.39-
YUV116.2466.35134.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.17%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 7 (3.12% from 255) = 2.64%
R=47.17%
G=50.19%
B=2.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12513370.0600.950.4863.819027.45
Hex7D857605F30405a1b
Octal1752057601376010013233
Binary111110110000101111110010111111100001000000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,133,7); }

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

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

 a { background-color: rgb(125,133,7); }

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

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

 span { border-color: rgb(125,133,7); }

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