Html Css Color HEX #70763D Woodland

📋 copy color: '#70763D'

red 112 ◦ green 118 ◦ blue 61

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

Shades of Woodland #70763D

Tints of Woodland #70763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

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

R = 38.49%
G = 40.55%
B = 20.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#70763D (or 0x70763D) is known color: Woodland. HEX triplet: 70, 76 and 3D. RGB value is (112,118,61). Sum of RGB (Red+Green+Blue) = 112+118+61=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #70763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70763D is #8F89C2. Grayscale: #6D6D6D. Windows color (decimal): -9406915 or 4028016. OLE color: 4028016.

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

Color convert

RGB 112 118 61 -
CMYK 0.05 0 0.48 0.54
HSL 66.32º 0.32% 0.35% -
HSV(B) 66.32º 0.48% 0.46% -
XYZ 14 16.74 6.91 -
YUV 109.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 112 118 61 0.05 0 0.48 0.54 66.32 0.32 0.35
Hex 70 76 3D 5 0 30 36 42 20 23
Octal 160 166 75 5 0 60 66 102 40 43
Binary 1110000 1110110 111101 101 0 110000 110110 1000010 100000 100011

Color Harmonies of #70763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70763D

Black with #70763D

Text Example


Text Example

White with #70763D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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