#757638

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

Shades of Crete #757638

Tints of Crete #757638

Color information

#757638 (or 0x757638) is unknown color: approx Crete. HEX triplet: 75, 76 and 38. RGB value is (117,118,56). Sum of RGB (Red+Green+Blue) = 117+118+56=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #757638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757638 is #8A89C7. Grayscale: #6E6E6E. Windows color (decimal): -9079240 or 3700341. OLE color: 3700341.

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

Color convert

RGB11711856-
CMYK0.0100.530.54
HSL60.97º35.63%34.12%-
HSV(B)60.97º52.54%46.27%-
XYZ14.5317.026.26-
YUV110.6397.17132.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 56 (22.27% from 255) = 19.24%
R=40.21%
G=40.55%
B=19.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118560.0100.530.5460.9735.6334.12
Hex7576381035363d2422
Octal16516670106566754442
Binary1110101111011011100010110101110110111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757638; }

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

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

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

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

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

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

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

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