#757510

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

Shades of Olive #757510

Tints of Olive #757510

Color information

#757510 (or 0x757510) is unknown color: approx Olive. HEX triplet: 75, 75 and 10. RGB value is (117,117,16). Sum of RGB (Red+Green+Blue) = 117+117+16=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757510 is #8A8AEF. Grayscale: #696969. Windows color (decimal): -9079536 or 1078645. OLE color: 1078645.

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

Color convert

RGB11711716-
CMYK000.860.54
HSL60º75.94%26.08%-
HSV(B)60º86.32%45.88%-
XYZ13.7916.542.96-
YUV105.4977.5136.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 16 (6.64% from 255) = 6.4%
R=46.8%
G=46.8%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711716000.860.546075.9426.08
Hex7575100056363c4c1a
Octal1651652000126667411432
Binary1110101111010110000001010110110110111100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757510; }

 p { color: rgb(117,117,16); }

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

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

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

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

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

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

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