#707037

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

Shades of Crete #707037

Tints of Crete #707037

Color information

#707037 (or 0x707037) is unknown color: approx Crete. HEX triplet: 70, 70 and 37. RGB value is (112,112,55). Sum of RGB (Red+Green+Blue) = 112+112+55=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707037 is #8F8FC8. Grayscale: #696969. Windows color (decimal): -9408457 or 3633264. OLE color: 3633264.

HSL color Cylindrical-coordinate representation of color #707037: hue angle of 60º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #707037 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB11211255-
CMYK000.510.56
HSL60º34.13%32.75%-
HSV(B)60º50.89%43.92%-
XYZ13.1715.315.88-
YUV105.599.5132.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 55 (21.88% from 255) = 19.71%
R=40.14%
G=40.14%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211255000.510.566034.1332.75
Hex7070370033383c2221
Octal16016067006370744241
Binary1110000111000011011100110011111000111100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707037; }

 p { color: rgb(112,112,55); }

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

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

 a { background-color: rgb(112,112,55); }

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

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

 span { border-color: rgb(112,112,55); }

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