#70713B

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

Shades of Crete #70713B

Tints of Crete #70713B

Color information

#70713B (or 0x70713B) is unknown color: approx Crete. HEX triplet: 70, 71 and 3B. RGB value is (112,113,59). Sum of RGB (Red+Green+Blue) = 112+113+59=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #70713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70713B is #8F8EC4. Grayscale: #6A6A6A. Windows color (decimal): -9408197 or 3895664. OLE color: 3895664.

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

Color convert

RGB11211359-
CMYK0.0100.480.56
HSL61.11º31.4%33.73%-
HSV(B)61.11º47.79%44.31%-
XYZ13.3815.576.44-
YUV106.54101.17131.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=39.44%
G=39.79%
B=20.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113590.0100.480.5661.1131.433.73
Hex70713B1030383d1f22
Octal16016173106070753742
Binary111000011100011110111011000011100011110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70713B; }

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

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

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

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

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

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

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

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