Html Css Color HEX #70793D Woodland

📋 copy color: '#70793D'

red 112 ◦ green 121 ◦ blue 61

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

Shades of Woodland #70793D

Tints of Woodland #70793D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.16%

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 38.1%
G = 41.16%
B = 20.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#70793D (or 0x70793D) is known color: Woodland. HEX triplet: 70, 79 and 3D. RGB value is (112,121,61). Sum of RGB (Red+Green+Blue) = 112+121+61=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #70793D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70793D is #8F86C2. Grayscale: #6F6F6F. Windows color (decimal): -9406147 or 4028784. OLE color: 4028784.

HSL color Cylindrical-coordinate representation of color #70793D: hue angle of 69º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70793D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 61 -
CMYK 0.07 0 0.50 0.53
HSL 69º 0.33% 0.36% -
HSV(B) 69º 0.5% 0.47% -
XYZ 14.36 17.46 7.03 -
YUV 111.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 112 121 61 0.07 0 0.50 0.53 69 0.33 0.36
Hex 70 79 3D 7 0 32 35 45 21 24
Octal 160 171 75 7 0 62 65 105 41 44
Binary 1110000 1111001 111101 111 0 110010 110101 1000101 100001 100100

Color Harmonies of #70793D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70793D

Black with #70793D

Text Example


Text Example

White with #70793D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70793D; }

 p { color: rgb(112,121,61); }

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

background-color css

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

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

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

border-color css

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

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

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