#757631

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

Shades of Crete #757631

Tints of Crete #757631

Color information

#757631 (or 0x757631) is unknown color: approx Crete. HEX triplet: 75, 76 and 31. RGB value is (117,118,49). Sum of RGB (Red+Green+Blue) = 117+118+49=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #757631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757631 is #8A89CE. Grayscale: #6E6E6E. Windows color (decimal): -9079247 or 3241589. OLE color: 3241589.

HSL color Cylindrical-coordinate representation of color #757631: hue angle of 60.87º 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 #757631 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB11711849-
CMYK0.0100.580.54
HSL60.87º41.32%32.75%-
HSV(B)60.87º58.47%46.27%-
XYZ14.3716.965.42-
YUV109.8493.67133.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=41.20%
G=41.55%
B=17.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118490.0100.580.5460.8741.3232.75
Hex757631103A363d2921
Octal16516661107266755141
Binary1110101111011011000110111010110110111101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757631; }

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

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

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

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

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

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

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

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