Html Css Color HEX #707A3D Woodland

📋 copy color: '#707A3D'

red 112 ◦ green 122 ◦ blue 61

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

Shades of Woodland #707A3D

Tints of Woodland #707A3D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.36%

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

R = 37.97%
G = 41.36%
B = 20.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#707A3D (or 0x707A3D) is known color: Woodland. HEX triplet: 70, 7A and 3D. RGB value is (112,122,61). Sum of RGB (Red+Green+Blue) = 112+122+61=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #707A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A3D is #8F85C2. Grayscale: #707070. Windows color (decimal): -9405891 or 4029040. OLE color: 4029040.

HSL color Cylindrical-coordinate representation of color #707A3D: hue angle of 69.84º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #707A3D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 122 61 -
CMYK 0.08 0 0.50 0.52
HSL 69.84º 0.33% 0.36% -
HSV(B) 69.84º 0.5% 0.48% -
XYZ 14.48 17.7 7.07 -
YUV 112.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 112 122 61 0.08 0 0.50 0.52 69.84 0.33 0.36
Hex 70 7A 3D 8 0 32 34 46 21 24
Octal 160 172 75 10 0 62 64 106 41 44
Binary 1110000 1111010 111101 1000 0 110010 110100 1000110 100001 100100

Color Harmonies of #707A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A3D

Black with #707A3D

Text Example


Text Example

White with #707A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707A3D; }

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

 H1.HeaderClassName
 {
   color: #707A3D;
 }
 .AnyTagClassName
 {
   color: #707A3D;
 }
</style>

background-color css

<style>
 a { background-color: #707A3D; }

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

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

border-color css

<style>
 span { border-color: #707A3D; }

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

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