Html Css Color HEX #707148 Hemlock

📋 copy color: '#707148'

red 112 ◦ green 113 ◦ blue 72

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

Shades of Hemlock #707148

Tints of Hemlock #707148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 37.71%
G = 38.05%
B = 24.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#707148 (or 0x707148) is known color: Hemlock. HEX triplet: 70, 71 and 48. RGB value is (112,113,72). Sum of RGB (Red+Green+Blue) = 112+113+72=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #707148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707148 is #8F8EB7. Grayscale: #6C6C6C. Windows color (decimal): -9408184 or 4747632. OLE color: 4747632.

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

Color convert

RGB 112 113 72 -
CMYK 0.01 0 0.36 0.56
HSL 61.46º 0.22% 0.36% -
HSV(B) 61.46º 0.36% 0.44% -
XYZ 13.76 15.72 8.44 -
YUV 108.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 112 113 72 0.01 0 0.36 0.56 61.46 0.22 0.36
Hex 70 71 48 1 0 24 38 3D 16 24
Octal 160 161 110 1 0 44 70 75 26 44
Binary 1110000 1110001 1001000 1 0 100100 111000 111101 10110 100100

Color Harmonies of #707148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707148

Black with #707148

Text Example


Text Example

White with #707148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707148; }

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

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

background-color css

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

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

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

border-color css

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

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

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