Html Css Color HEX #70753C Woodland

📋 copy color: '#70753C'

red 112 ◦ green 117 ◦ blue 60

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

Shades of Woodland #70753C

Tints of Woodland #70753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

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

R = 38.75%
G = 40.48%
B = 20.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#70753C (or 0x70753C) is known color: Woodland. HEX triplet: 70, 75 and 3C. RGB value is (112,117,60). Sum of RGB (Red+Green+Blue) = 112+117+60=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #70753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70753C is #8F8AC3. Grayscale: #6D6D6D. Windows color (decimal): -9407172 or 3962224. OLE color: 3962224.

HSL color Cylindrical-coordinate representation of color #70753C: hue angle of 65.26º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70753C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 60 -
CMYK 0.04 0 0.49 0.54
HSL 65.26º 0.32% 0.35% -
HSV(B) 65.26º 0.49% 0.46% -
XYZ 13.86 16.49 6.73 -
YUV 109.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 112 117 60 0.04 0 0.49 0.54 65.26 0.32 0.35
Hex 70 75 3C 4 0 31 36 41 20 23
Octal 160 165 74 4 0 61 66 101 40 43
Binary 1110000 1110101 111100 100 0 110001 110110 1000001 100000 100011

Color Harmonies of #70753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70753C

Black with #70753C

Text Example


Text Example

White with #70753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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