#757607

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

Shades of Olive #757607

Tints of Olive #757607

Color information

#757607 (or 0x757607) is unknown color: approx Olive. HEX triplet: 75, 76 and 07. RGB value is (117,118,7). Sum of RGB (Red+Green+Blue) = 117+118+7=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #757607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757607 is #8A89F8. Grayscale: #696969. Windows color (decimal): -9079289 or 489077. OLE color: 489077.

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

Color convert

RGB1171187-
CMYK0.0100.940.54
HSL60.54º88.8%24.51%-
HSV(B)60.54º94.07%46.27%-
XYZ13.8516.752.7-
YUV105.0572.67136.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 7 (3.12% from 255) = 2.89%
R=48.35%
G=48.76%
B=2.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711870.0100.940.5460.5488.824.51
Hex75767105E363d5919
Octal165166710136667513131
Binary11101011110110111101011110110110111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757607; }

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

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

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

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

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

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

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

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