#757630

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

Shades of Crete #757630

Tints of Crete #757630

Color information

#757630 (or 0x757630) is unknown color: approx Crete. HEX triplet: 75, 76 and 30. RGB value is (117,118,48). Sum of RGB (Red+Green+Blue) = 117+118+48=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #757630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757630 is #8A89CF. Grayscale: #6E6E6E. Windows color (decimal): -9079248 or 3176053. OLE color: 3176053.

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

Color convert

RGB11711848-
CMYK0.0100.590.54
HSL60.86º42.17%32.55%-
HSV(B)60.86º59.32%46.27%-
XYZ14.3516.955.31-
YUV109.7293.17133.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=41.34%
G=41.70%
B=16.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118480.0100.590.5460.8642.1732.55
Hex757630103B363d2a21
Octal16516660107366755241
Binary1110101111011011000010111011110110111101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757630; }

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

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

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

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

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

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

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

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