Html Css Color HEX #707247 Hemlock

📋 copy color: '#707247'

red 112 ◦ green 114 ◦ blue 71

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

Shades of Hemlock #707247

Tints of Hemlock #707247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 37.71%
G = 38.38%
B = 23.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#707247 (or 0x707247) is known color: Hemlock. HEX triplet: 70, 72 and 47. RGB value is (112,114,71). Sum of RGB (Red+Green+Blue) = 112+114+71=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #707247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707247 is #8F8DB8. Grayscale: #6C6C6C. Windows color (decimal): -9407929 or 4682352. OLE color: 4682352.

HSL color Cylindrical-coordinate representation of color #707247: hue angle of 62.79º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #707247 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 71 -
CMYK 0.02 0 0.38 0.55
HSL 62.79º 0.23% 0.36% -
HSV(B) 62.79º 0.38% 0.45% -
XYZ 13.84 15.93 8.31 -
YUV 108.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 112 114 71 0.02 0 0.38 0.55 62.79 0.23 0.36
Hex 70 72 47 2 0 26 37 3F 17 24
Octal 160 162 107 2 0 46 67 77 27 44
Binary 1110000 1110010 1000111 10 0 100110 110111 111111 10111 100100

Color Harmonies of #707247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707247

Black with #707247

Text Example


Text Example

White with #707247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707247; }

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

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

background-color css

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

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

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

border-color css

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

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

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