#707137

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

Shades of Crete #707137

Tints of Crete #707137

Color information

#707137 (or 0x707137) is unknown color: approx Crete. HEX triplet: 70, 71 and 37. RGB value is (112,113,55). Sum of RGB (Red+Green+Blue) = 112+113+55=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #707137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707137 is #8F8EC8. Grayscale: #6A6A6A. Windows color (decimal): -9408201 or 3633520. OLE color: 3633520.

HSL color Cylindrical-coordinate representation of color #707137: hue angle of 61.03º degrees, saturation: 0.35, 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 #707137 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB11211355-
CMYK0.0100.510.56
HSL61.03º34.52%32.94%-
HSV(B)61.03º51.33%44.31%-
XYZ13.2815.535.91-
YUV106.0999.17132.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 55 (21.88% from 255) = 19.64%
R=40%
G=40.36%
B=19.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113550.0100.510.5661.0334.5232.94
Hex7071371033383d2321
Octal16016167106370754341
Binary1110000111000111011110110011111000111101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707137; }

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

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

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

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

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

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

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

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