Html Css Color HEX #707144 Hemlock

📋 copy color: '#707144'

red 112 ◦ green 113 ◦ blue 68

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

Shades of Hemlock #707144

Tints of Hemlock #707144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 38.23%
G = 38.57%
B = 23.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#707144 (or 0x707144) is known color: Hemlock. HEX triplet: 70, 71 and 44. RGB value is (112,113,68). Sum of RGB (Red+Green+Blue) = 112+113+68=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #707144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707144 is #8F8EBB. Grayscale: #6B6B6B. Windows color (decimal): -9408188 or 4485488. OLE color: 4485488.

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

Color convert

RGB 112 113 68 -
CMYK 0.01 0 0.40 0.56
HSL 61.33º 0.25% 0.35% -
HSV(B) 61.33º 0.4% 0.44% -
XYZ 13.63 15.67 7.78 -
YUV 107.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 112 113 68 0.01 0 0.40 0.56 61.33 0.25 0.35
Hex 70 71 44 1 0 28 38 3D 19 23
Octal 160 161 104 1 0 50 70 75 31 43
Binary 1110000 1110001 1000100 1 0 101000 111000 111101 11001 100011

Color Harmonies of #707144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707144

Black with #707144

Text Example


Text Example

White with #707144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707144; }

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

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

background-color css

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

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

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

border-color css

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

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

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