Html Css Color HEX #70733C Hemlock

📋 copy color: '#70733C'

red 112 ◦ green 115 ◦ blue 60

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

Shades of Hemlock #70733C

Tints of Hemlock #70733C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.07%

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 39.02%
G = 40.07%
B = 20.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#70733C (or 0x70733C) is known color: Hemlock. HEX triplet: 70, 73 and 3C. RGB value is (112,115,60). Sum of RGB (Red+Green+Blue) = 112+115+60=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #70733C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70733C is #8F8CC3. Grayscale: #6C6C6C. Windows color (decimal): -9407684 or 3961712. OLE color: 3961712.

HSL color Cylindrical-coordinate representation of color #70733C: hue angle of 63.27º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70733C is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 60 -
CMYK 0.03 0 0.48 0.55
HSL 63.27º 0.31% 0.34% -
HSV(B) 63.27º 0.48% 0.45% -
XYZ 13.63 16.03 6.65 -
YUV 107.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 112 115 60 0.03 0 0.48 0.55 63.27 0.31 0.34
Hex 70 73 3C 3 0 30 37 3F 1F 22
Octal 160 163 74 3 0 60 67 77 37 42
Binary 1110000 1110011 111100 11 0 110000 110111 111111 11111 100010

Color Harmonies of #70733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70733C

Black with #70733C

Text Example


Text Example

White with #70733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70733C; }

 p { color: rgb(112,115,60); }

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

background-color css

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

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

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

border-color css

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

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

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