#757131

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

Shades of Crete #757131

Tints of Crete #757131

Color information

#757131 (or 0x757131) is unknown color: approx Crete. HEX triplet: 75, 71 and 31. RGB value is (117,113,49). Sum of RGB (Red+Green+Blue) = 117+113+49=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #757131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757131 is #8A8ECE. Grayscale: #6B6B6B. Windows color (decimal): -9080527 or 3240309. OLE color: 3240309.

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

Color convert

RGB11711349-
CMYK00.030.580.54
HSL56.47º40.96%32.55%-
HSV(B)56.47º58.12%45.88%-
XYZ13.815.815.23-
YUV106.995.33135.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=41.94%
G=40.50%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171134900.030.580.5456.4740.9632.55
Hex757131033A36382921
Octal16516161037266705141
Binary11101011110001110001011111010110110111000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757131; }

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

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

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

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

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

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

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

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