Html Css Color HEX #707242 Hemlock

📋 copy color: '#707242'

red 112 ◦ green 114 ◦ blue 66

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

Shades of Hemlock #707242

Tints of Hemlock #707242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 38.36%
G = 39.04%
B = 22.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#707242 (or 0x707242) is known color: Hemlock. HEX triplet: 70, 72 and 42. RGB value is (112,114,66). Sum of RGB (Red+Green+Blue) = 112+114+66=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #707242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707242 is #8F8DBD. Grayscale: #6C6C6C. Windows color (decimal): -9407934 or 4354672. OLE color: 4354672.

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

Color convert

RGB 112 114 66 -
CMYK 0.02 0 0.42 0.55
HSL 62.5º 0.27% 0.35% -
HSV(B) 62.5º 0.42% 0.45% -
XYZ 13.68 15.87 7.5 -
YUV 107.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 112 114 66 0.02 0 0.42 0.55 62.5 0.27 0.35
Hex 70 72 42 2 0 2A 37 3F 1B 23
Octal 160 162 102 2 0 52 67 77 33 43
Binary 1110000 1110010 1000010 10 0 101010 110111 111111 11011 100011

Color Harmonies of #707242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707242

Black with #707242

Text Example


Text Example

White with #707242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707242; }

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

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

background-color css

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

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

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

border-color css

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

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

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