#757430

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

Shades of Crete #757430

Tints of Crete #757430

Color information

#757430 (or 0x757430) is unknown color: approx Crete. HEX triplet: 75, 74 and 30. RGB value is (117,116,48). Sum of RGB (Red+Green+Blue) = 117+116+48=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #757430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757430 is #8A8BCF. Grayscale: #6C6C6C. Windows color (decimal): -9079760 or 3175541. OLE color: 3175541.

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

Color convert

RGB11711648-
CMYK00.010.590.54
HSL59.13º41.82%32.35%-
HSV(B)59.13º58.97%45.88%-
XYZ14.1216.495.23-
YUV108.5593.83134.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=41.64%
G=41.28%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171164800.010.590.5459.1341.8232.35
Hex757430013B363b2a20
Octal16516460017366735240
Binary1110101111010011000001111011110110111011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757430; }

 p { color: rgb(117,116,48); }

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

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

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

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

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

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

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