Html Css Color HEX #70821F Trendy Green

📋 copy color: '#70821F'

red 112 ◦ green 130 ◦ blue 31

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

Shades of Trendy Green #70821F

Tints of Trendy Green #70821F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.62%

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 41.03%
G = 47.62%
B = 11.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#70821F (or 0x70821F) is known color: Trendy Green. HEX triplet: 70, 82 and 1F. RGB value is (112,130,31). Sum of RGB (Red+Green+Blue) = 112+130+31=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #70821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70821F is #8F7DE0. Grayscale: #717171. Windows color (decimal): -9403873 or 2065008. OLE color: 2065008.

HSL color Cylindrical-coordinate representation of color #70821F: hue angle of 70.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70821F is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 31 -
CMYK 0.14 0 0.76 0.49
HSL 70.91º 0.61% 0.32% -
HSV(B) 70.91º 0.76% 0.51% -
XYZ 14.91 19.51 4.28 -
YUV 113.33 81.54 127.05 -
System Red Green Blue C M Y K H S L
Decimal 112 130 31 0.14 0 0.76 0.49 70.91 0.61 0.32
Hex 70 82 1F E 0 4C 31 47 3D 20
Octal 160 202 37 16 0 114 61 107 75 40
Binary 1110000 10000010 11111 1110 0 1001100 110001 1000111 111101 100000

Color Harmonies of #70821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70821F

Black with #70821F

Text Example


Text Example

White with #70821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70821F; }

 p { color: rgb(112,130,31); }

 H1.HeaderClassName
 {
   color: #70821F;
 }
 .AnyTagClassName
 {
   color: #70821F;
 }
</style>

background-color css

<style>
 a { background-color: #70821F; }

 a { background-color: rgb(112,130,31); }

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

border-color css

<style>
 span { border-color: #70821F; }

 span { border-color: rgb(112,130,31); }

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