Html Css Color HEX #70783E Woodland

📋 copy color: '#70783E'

red 112 ◦ green 120 ◦ blue 62

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

Shades of Woodland #70783E

Tints of Woodland #70783E

RGB

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

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

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

R = 38.1%
G = 40.82%
B = 21.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#70783E (or 0x70783E) is known color: Woodland. HEX triplet: 70, 78 and 3E. RGB value is (112,120,62). Sum of RGB (Red+Green+Blue) = 112+120+62=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #70783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70783E is #8F87C1. Grayscale: #6F6F6F. Windows color (decimal): -9406402 or 4094064. OLE color: 4094064.

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

Color convert

RGB 112 120 62 -
CMYK 0.07 0 0.48 0.53
HSL 68.28º 0.32% 0.36% -
HSV(B) 68.28º 0.48% 0.47% -
XYZ 14.27 17.23 7.13 -
YUV 111 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 112 120 62 0.07 0 0.48 0.53 68.28 0.32 0.36
Hex 70 78 3E 7 0 30 35 44 20 24
Octal 160 170 76 7 0 60 65 104 40 44
Binary 1110000 1111000 111110 111 0 110000 110101 1000100 100000 100100

Color Harmonies of #70783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70783E

Black with #70783E

Text Example


Text Example

White with #70783E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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