Html Css Color HEX #707143 Hemlock

📋 copy color: '#707143'

red 112 ◦ green 113 ◦ blue 67

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

Shades of Hemlock #707143

Tints of Hemlock #707143

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

 BLUE value IS 67 (26.56% from 255) = 22.95%

R = 38.36%
G = 38.7%
B = 22.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#707143 (or 0x707143) is known color: Hemlock. HEX triplet: 70, 71 and 43. RGB value is (112,113,67). Sum of RGB (Red+Green+Blue) = 112+113+67=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #707143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707143 is #8F8EBC. Grayscale: #6B6B6B. Windows color (decimal): -9408189 or 4419952. OLE color: 4419952.

HSL color Cylindrical-coordinate representation of color #707143: hue angle of 61.3º 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 #707143 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 67 -
CMYK 0.01 0 0.41 0.56
HSL 61.3º 0.26% 0.35% -
HSV(B) 61.3º 0.41% 0.44% -
XYZ 13.6 15.66 7.62 -
YUV 107.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 112 113 67 0.01 0 0.41 0.56 61.3 0.26 0.35
Hex 70 71 43 1 0 29 38 3D 1A 23
Octal 160 161 103 1 0 51 70 75 32 43
Binary 1110000 1110001 1000011 1 0 101001 111000 111101 11010 100011

Color Harmonies of #707143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707143

Black with #707143

Text Example


Text Example

White with #707143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707143; }

 p { color: rgb(112,113,67); }

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

background-color css

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

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

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

border-color css

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

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

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