Html Css Color HEX #70713B Crete

📋 copy color: '#70713B'

red 112 ◦ green 113 ◦ blue 59

#70713B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #70713B

Tints of Crete #70713B

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 value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70713B (or 0x70713B) is known color: 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

RGB 112 113 59 -
CMYK 0.01 0 0.48 0.56
HSL 61.11º 0.31% 0.34% -
HSV(B) 61.11º 0.48% 0.44% -
XYZ 13.38 15.57 6.44 -
YUV 106.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 112 113 59 0.01 0 0.48 0.56 61.11 0.31 0.34
Hex 70 71 3B 1 0 30 38 3D 1F 22
Octal 160 161 73 1 0 60 70 75 37 42
Binary 1110000 1110001 111011 1 0 110000 111000 111101 11111 100010

Color Harmonies of #70713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70713B

Black with #70713B

Text Example


Text Example

White with #70713B

Text Example


Text Example

HTML Codes & Css Web 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>