Html Css Color HEX #707344 Hemlock

📋 copy color: '#707344'

red 112 ◦ green 115 ◦ blue 68

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

Shades of Hemlock #707344

Tints of Hemlock #707344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.98%

 BLUE value IS 68 (26.95% from 255) = 23.05%

R = 37.97%
G = 38.98%
B = 23.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#707344 (or 0x707344) is known color: Hemlock. HEX triplet: 70, 73 and 44. RGB value is (112,115,68). Sum of RGB (Red+Green+Blue) = 112+115+68=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #707344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707344 is #8F8CBB. Grayscale: #6C6C6C. Windows color (decimal): -9407676 or 4486000. OLE color: 4486000.

HSL color Cylindrical-coordinate representation of color #707344: hue angle of 63.83º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707344 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 68 -
CMYK 0.03 0 0.41 0.55
HSL 63.83º 0.26% 0.36% -
HSV(B) 63.83º 0.41% 0.45% -
XYZ 13.86 16.12 7.85 -
YUV 108.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 112 115 68 0.03 0 0.41 0.55 63.83 0.26 0.36
Hex 70 73 44 3 0 29 37 40 1A 24
Octal 160 163 104 3 0 51 67 100 32 44
Binary 1110000 1110011 1000100 11 0 101001 110111 1000000 11010 100100

Color Harmonies of #707344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707344

Black with #707344

Text Example


Text Example

White with #707344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707344; }

 p { color: rgb(112,115,68); }

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

background-color css

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

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

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

border-color css

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

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

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