Html Css Color HEX #707045 Hemlock

📋 copy color: '#707045'

red 112 ◦ green 112 ◦ blue 69

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

Shades of Hemlock #707045

Tints of Hemlock #707045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 38.23%
G = 38.23%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#707045 (or 0x707045) is known color: Hemlock. HEX triplet: 70, 70 and 45. RGB value is (112,112,69). Sum of RGB (Red+Green+Blue) = 112+112+69=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707045 is #8F8FBA. Grayscale: #6B6B6B. Windows color (decimal): -9408443 or 4550768. OLE color: 4550768.

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

Color convert

RGB 112 112 69 -
CMYK 0 0 0.38 0.56
HSL 60º 0.24% 0.35% -
HSV(B) 60º 0.38% 0.44% -
XYZ 13.55 15.46 7.9 -
YUV 107.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 112 112 69 0 0 0.38 0.56 60 0.24 0.35
Hex 70 70 45 0 0 26 38 3C 18 23
Octal 160 160 105 0 0 46 70 74 30 43
Binary 1110000 1110000 1000101 0 0 100110 111000 111100 11000 100011

Color Harmonies of #707045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707045

Black with #707045

Text Example


Text Example

White with #707045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707045; }

 p { color: rgb(112,112,69); }

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

background-color css

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

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

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

border-color css

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

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

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