Html Css Color HEX #707141 Hemlock

📋 copy color: '#707141'

red 112 ◦ green 113 ◦ blue 65

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

Shades of Hemlock #707141

Tints of Hemlock #707141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 38.62%
G = 38.97%
B = 22.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#707141 (or 0x707141) is known color: Hemlock. HEX triplet: 70, 71 and 41. RGB value is (112,113,65). Sum of RGB (Red+Green+Blue) = 112+113+65=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #707141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707141 is #8F8EBE. Grayscale: #6B6B6B. Windows color (decimal): -9408191 or 4288880. OLE color: 4288880.

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

Color convert

RGB 112 113 65 -
CMYK 0.01 0 0.42 0.56
HSL 61.25º 0.27% 0.35% -
HSV(B) 61.25º 0.42% 0.44% -
XYZ 13.54 15.64 7.31 -
YUV 107.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 112 113 65 0.01 0 0.42 0.56 61.25 0.27 0.35
Hex 70 71 41 1 0 2A 38 3D 1B 23
Octal 160 161 101 1 0 52 70 75 33 43
Binary 1110000 1110001 1000001 1 0 101010 111000 111101 11011 100011

Color Harmonies of #707141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707141

Black with #707141

Text Example


Text Example

White with #707141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707141; }

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

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

background-color css

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

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

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

border-color css

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

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

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