#70821D

Color #70821D Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #70821D

Tints of Trendy Green #70821D

Color information

#70821D (or 0x70821D) is unknown color: approx Trendy Green. HEX triplet: 70, 82 and 1D. RGB value is (112,130,29). Sum of RGB (Red+Green+Blue) = 112+130+29=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #70821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70821D is #8F7DE2. Grayscale: #717171. Windows color (decimal): -9403875 or 1933936. OLE color: 1933936.

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

Color convert

RGB11213029-
CMYK0.1400.780.49
HSL70.69º63.52%31.18%-
HSV(B)70.69º77.69%50.98%-
XYZ14.8919.54.14-
YUV113.180.54127.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 29 (11.72% from 255) = 10.70%
R=41.33%
G=47.97%
B=10.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130290.1400.780.4970.6963.5231.18
Hex70821DE04E3147401f
Octal160202351601166110710037
Binary111000010000010111011110010011101100011000111100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70821D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70821D;
 }
 .AnyTagClassName
 {
   color: #70821D;
 }
</style>
background-color css

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

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

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

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

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

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