Html Css Color HEX #707248 Hemlock

📋 copy color: '#707248'

red 112 ◦ green 114 ◦ blue 72

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

Shades of Hemlock #707248

Tints of Hemlock #707248

RGB

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

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

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

R = 37.58%
G = 38.26%
B = 24.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#707248 (or 0x707248) is known color: Hemlock. HEX triplet: 70, 72 and 48. RGB value is (112,114,72). Sum of RGB (Red+Green+Blue) = 112+114+72=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #707248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707248 is #8F8DB7. Grayscale: #6C6C6C. Windows color (decimal): -9407928 or 4747888. OLE color: 4747888.

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

Color convert

RGB 112 114 72 -
CMYK 0.02 0 0.37 0.55
HSL 62.86º 0.23% 0.36% -
HSV(B) 62.86º 0.37% 0.45% -
XYZ 13.87 15.95 8.48 -
YUV 108.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 112 114 72 0.02 0 0.37 0.55 62.86 0.23 0.36
Hex 70 72 48 2 0 25 37 3F 17 24
Octal 160 162 110 2 0 45 67 77 27 44
Binary 1110000 1110010 1001000 10 0 100101 110111 111111 10111 100100

Color Harmonies of #707248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707248

Black with #707248

Text Example


Text Example

White with #707248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707248; }

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

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

background-color css

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

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

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

border-color css

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

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

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