Html Css Color HEX #707246 Hemlock

📋 copy color: '#707246'

red 112 ◦ green 114 ◦ blue 70

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

Shades of Hemlock #707246

Tints of Hemlock #707246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 37.84%
G = 38.51%
B = 23.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#707246 (or 0x707246) is known color: Hemlock. HEX triplet: 70, 72 and 46. RGB value is (112,114,70). Sum of RGB (Red+Green+Blue) = 112+114+70=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #707246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707246 is #8F8DB9. Grayscale: #6C6C6C. Windows color (decimal): -9407930 or 4616816. OLE color: 4616816.

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

Color convert

RGB 112 114 70 -
CMYK 0.02 0 0.39 0.55
HSL 62.73º 0.24% 0.36% -
HSV(B) 62.73º 0.39% 0.45% -
XYZ 13.8 15.92 8.14 -
YUV 108.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 112 114 70 0.02 0 0.39 0.55 62.73 0.24 0.36
Hex 70 72 46 2 0 27 37 3F 18 24
Octal 160 162 106 2 0 47 67 77 30 44
Binary 1110000 1110010 1000110 10 0 100111 110111 111111 11000 100100

Color Harmonies of #707246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707246

Black with #707246

Text Example


Text Example

White with #707246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707246; }

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

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

background-color css

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

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

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

border-color css

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

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

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