Html Css Color HEX #707241 Hemlock

📋 copy color: '#707241'

red 112 ◦ green 114 ◦ blue 65

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

Shades of Hemlock #707241

Tints of Hemlock #707241

RGB

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

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

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

R = 38.49%
G = 39.18%
B = 22.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#707241 (or 0x707241) is known color: Hemlock. HEX triplet: 70, 72 and 41. RGB value is (112,114,65). Sum of RGB (Red+Green+Blue) = 112+114+65=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #707241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707241 is #8F8DBE. Grayscale: #6C6C6C. Windows color (decimal): -9407935 or 4289136. OLE color: 4289136.

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

Color convert

RGB 112 114 65 -
CMYK 0.02 0 0.43 0.55
HSL 62.45º 0.27% 0.35% -
HSV(B) 62.45º 0.43% 0.45% -
XYZ 13.65 15.86 7.34 -
YUV 107.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 112 114 65 0.02 0 0.43 0.55 62.45 0.27 0.35
Hex 70 72 41 2 0 2B 37 3E 1B 23
Octal 160 162 101 2 0 53 67 76 33 43
Binary 1110000 1110010 1000001 10 0 101011 110111 111110 11011 100011

Color Harmonies of #707241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707241

Black with #707241

Text Example


Text Example

White with #707241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707241; }

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

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

background-color css

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

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

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

border-color css

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

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

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