#757107

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

Shades of Olive #757107

Tints of Olive #757107

Color information

#757107 (or 0x757107) is unknown color: approx Olive. HEX triplet: 75, 71 and 07. RGB value is (117,113,7). Sum of RGB (Red+Green+Blue) = 117+113+7=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #757107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757107 is #8A8EF8. Grayscale: #666666. Windows color (decimal): -9080569 or 487797. OLE color: 487797.

HSL color Cylindrical-coordinate representation of color #757107: hue angle of 57.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #757107 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB1171137-
CMYK00.030.940.54
HSL57.82º88.71%24.31%-
HSV(B)57.82º94.02%45.88%-
XYZ13.2815.612.51-
YUV102.1174.33138.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 113 (44.53% from 255) = 47.68%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=49.37%
G=47.68%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117113700.030.940.5457.8288.7124.31
Hex75717035E363a5918
Octal165161703136667213130
Binary111010111100011110111011110110110111010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757107; }

 p { color: rgb(117,113,7); }

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

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

 a { background-color: rgb(117,113,7); }

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

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

 span { border-color: rgb(117,113,7); }

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