#757831

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

Shades of Crete #757831

Tints of Crete #757831

Color information

#757831 (or 0x757831) is unknown color: approx Crete. HEX triplet: 75, 78 and 31. RGB value is (117,120,49). Sum of RGB (Red+Green+Blue) = 117+120+49=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #757831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757831 is #8A87CE. Grayscale: #6F6F6F. Windows color (decimal): -9078735 or 3242101. OLE color: 3242101.

HSL color Cylindrical-coordinate representation of color #757831: hue angle of 62.54º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #757831 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB11712049-
CMYK0.0200.590.53
HSL62.54º42.01%33.14%-
HSV(B)62.54º59.17%47.06%-
XYZ14.6117.445.5-
YUV111.0193.01132.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=40.91%
G=41.96%
B=17.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120490.0200.590.5362.5442.0133.14
Hex757831203B353f2a21
Octal16517061207365775241
Binary11101011111000110001100111011110101111111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757831; }

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

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

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

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

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

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

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

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