#757600

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

Shades of Olive #757600

Tints of Olive #757600

Color information

#757600 (or 0x757600) is unknown color: approx Olive. HEX triplet: 75, 76 and 00. RGB value is (117,118,0). Sum of RGB (Red+Green+Blue) = 117+118+0=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #757600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757600 is #8A89FF. Grayscale: #686868. Windows color (decimal): -9079296 or 30325. OLE color: 30325.

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

Color convert

RGB1171180-
CMYK0.01010.54
HSL60.51º100%23.14%-
HSV(B)60.51º100%46.27%-
XYZ13.8116.742.5-
YUV104.2569.17137.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.79%
G=50.21%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711800.01010.5460.5110023.14
Hex757601064363d6417
Octal165166010144667514427
Binary111010111101100101100100110110111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757600; }

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

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

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

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

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

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

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

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