Html Css Color HEX #707042 Hemlock

📋 copy color: '#707042'

red 112 ◦ green 112 ◦ blue 66

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

Shades of Hemlock #707042

Tints of Hemlock #707042

RGB

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

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

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

R = 38.62%
G = 38.62%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#707042 (or 0x707042) is known color: Hemlock. HEX triplet: 70, 70 and 42. RGB value is (112,112,66). Sum of RGB (Red+Green+Blue) = 112+112+66=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707042 is #8F8FBD. Grayscale: #6A6A6A. Windows color (decimal): -9408446 or 4354160. OLE color: 4354160.

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

Color convert

RGB 112 112 66 -
CMYK 0 0 0.41 0.56
HSL 60º 0.26% 0.35% -
HSV(B) 60º 0.41% 0.44% -
XYZ 13.46 15.43 7.42 -
YUV 106.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 112 112 66 0 0 0.41 0.56 60 0.26 0.35
Hex 70 70 42 0 0 29 38 3C 1A 23
Octal 160 160 102 0 0 51 70 74 32 43
Binary 1110000 1110000 1000010 0 0 101001 111000 111100 11010 100011

Color Harmonies of #707042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707042

Black with #707042

Text Example


Text Example

White with #707042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707042; }

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

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

background-color css

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

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

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

border-color css

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

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

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