Html Css Color HEX #70753E Woodland

📋 copy color: '#70753E'

red 112 ◦ green 117 ◦ blue 62

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

Shades of Woodland #70753E

Tints of Woodland #70753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 38.49%
G = 40.21%
B = 21.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#70753E (or 0x70753E) is known color: Woodland. HEX triplet: 70, 75 and 3E. RGB value is (112,117,62). Sum of RGB (Red+Green+Blue) = 112+117+62=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #70753E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70753E is #8F8AC1. Grayscale: #6D6D6D. Windows color (decimal): -9407170 or 4093296. OLE color: 4093296.

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

Color convert

RGB 112 117 62 -
CMYK 0.04 0 0.47 0.54
HSL 65.45º 0.31% 0.35% -
HSV(B) 65.45º 0.47% 0.46% -
XYZ 13.91 16.52 7.01 -
YUV 109.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 112 117 62 0.04 0 0.47 0.54 65.45 0.31 0.35
Hex 70 75 3E 4 0 2F 36 41 1F 23
Octal 160 165 76 4 0 57 66 101 37 43
Binary 1110000 1110101 111110 100 0 101111 110110 1000001 11111 100011

Color Harmonies of #70753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70753E

Black with #70753E

Text Example


Text Example

White with #70753E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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