Html Css Color HEX #707047 Hemlock

📋 copy color: '#707047'

red 112 ◦ green 112 ◦ blue 71

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

Shades of Hemlock #707047

Tints of Hemlock #707047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 37.97%
G = 37.97%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#707047 (or 0x707047) is known color: Hemlock. HEX triplet: 70, 70 and 47. RGB value is (112,112,71). Sum of RGB (Red+Green+Blue) = 112+112+71=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707047 is #8F8FB8. Grayscale: #6B6B6B. Windows color (decimal): -9408441 or 4681840. OLE color: 4681840.

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

Color convert

RGB 112 112 71 -
CMYK 0 0 0.37 0.56
HSL 60º 0.22% 0.36% -
HSV(B) 60º 0.37% 0.44% -
XYZ 13.61 15.49 8.23 -
YUV 107.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 112 112 71 0 0 0.37 0.56 60 0.22 0.36
Hex 70 70 47 0 0 25 38 3C 16 24
Octal 160 160 107 0 0 45 70 74 26 44
Binary 1110000 1110000 1000111 0 0 100101 111000 111100 10110 100100

Color Harmonies of #707047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707047

Black with #707047

Text Example


Text Example

White with #707047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707047; }

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

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

background-color css

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

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

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

border-color css

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

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

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