Html Css Color HEX #70783D Woodland

📋 copy color: '#70783D'

red 112 ◦ green 120 ◦ blue 61

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

Shades of Woodland #70783D

Tints of Woodland #70783D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.96%

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

R = 38.23%
G = 40.96%
B = 20.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#70783D (or 0x70783D) is known color: Woodland. HEX triplet: 70, 78 and 3D. RGB value is (112,120,61). Sum of RGB (Red+Green+Blue) = 112+120+61=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #70783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70783D is #8F87C2. Grayscale: #6F6F6F. Windows color (decimal): -9406403 or 4028528. OLE color: 4028528.

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

Color convert

RGB 112 120 61 -
CMYK 0.07 0 0.49 0.53
HSL 68.14º 0.33% 0.35% -
HSV(B) 68.14º 0.49% 0.47% -
XYZ 14.24 17.21 6.99 -
YUV 110.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 112 120 61 0.07 0 0.49 0.53 68.14 0.33 0.35
Hex 70 78 3D 7 0 31 35 44 21 23
Octal 160 170 75 7 0 61 65 104 41 43
Binary 1110000 1111000 111101 111 0 110001 110101 1000100 100001 100011

Color Harmonies of #70783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70783D

Black with #70783D

Text Example


Text Example

White with #70783D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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