Html Css Color HEX #707240 Hemlock

📋 copy color: '#707240'

red 112 ◦ green 114 ◦ blue 64

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

Shades of Hemlock #707240

Tints of Hemlock #707240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 38.62%
G = 39.31%
B = 22.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#707240 (or 0x707240) is known color: Hemlock. HEX triplet: 70, 72 and 40. RGB value is (112,114,64). Sum of RGB (Red+Green+Blue) = 112+114+64=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #707240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707240 is #8F8DBF. Grayscale: #6B6B6B. Windows color (decimal): -9407936 or 4223600. OLE color: 4223600.

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

Color convert

RGB 112 114 64 -
CMYK 0.02 0 0.44 0.55
HSL 62.4º 0.28% 0.35% -
HSV(B) 62.4º 0.44% 0.45% -
XYZ 13.62 15.85 7.19 -
YUV 107.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 112 114 64 0.02 0 0.44 0.55 62.4 0.28 0.35
Hex 70 72 40 2 0 2C 37 3E 1C 23
Octal 160 162 100 2 0 54 67 76 34 43
Binary 1110000 1110010 1000000 10 0 101100 110111 111110 11100 100011

Color Harmonies of #707240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707240

Black with #707240

Text Example


Text Example

White with #707240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707240; }

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

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

background-color css

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

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

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

border-color css

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

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

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