Html Css Color HEX #70714A Hemlock

📋 copy color: '#70714A'

red 112 ◦ green 113 ◦ blue 74

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

Shades of Hemlock #70714A

Tints of Hemlock #70714A

RGB

 RED value IS 112 (44.14% from 255) = 37.46%

 GREEN value IS 113 (44.53% from 255) = 37.79%

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 37.46%
G = 37.79%
B = 24.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#70714A (or 0x70714A) is known color: Hemlock. HEX triplet: 70, 71 and 4A. RGB value is (112,113,74). Sum of RGB (Red+Green+Blue) = 112+113+74=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #70714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70714A is #8F8EB5. Grayscale: #6C6C6C. Windows color (decimal): -9408182 or 4878704. OLE color: 4878704.

HSL color Cylindrical-coordinate representation of color #70714A: hue angle of 61.54º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70714A is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 74 -
CMYK 0.01 0 0.35 0.56
HSL 61.54º 0.21% 0.37% -
HSV(B) 61.54º 0.35% 0.44% -
XYZ 13.82 15.75 8.79 -
YUV 108.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 112 113 74 0.01 0 0.35 0.56 61.54 0.21 0.37
Hex 70 71 4A 1 0 23 38 3E 15 25
Octal 160 161 112 1 0 43 70 76 25 45
Binary 1110000 1110001 1001010 1 0 100011 111000 111110 10101 100101

Color Harmonies of #70714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70714A

Black with #70714A

Text Example


Text Example

White with #70714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70714A; }

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

 H1.HeaderClassName
 {
   color: #70714A;
 }
 .AnyTagClassName
 {
   color: #70714A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #70714A;
 }
 .BgClassName
 {
   background-color: #70714A;
 }
</style>

border-color css

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

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

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