#70821A

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

Shades of Trendy Green #70821A

Tints of Trendy Green #70821A

Color information

#70821A (or 0x70821A) is unknown color: approx Trendy Green. HEX triplet: 70, 82 and 1A. RGB value is (112,130,26). Sum of RGB (Red+Green+Blue) = 112+130+26=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #70821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70821A is #8F7DE5. Grayscale: #717171. Windows color (decimal): -9403878 or 1737328. OLE color: 1737328.

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

Color convert

RGB11213026-
CMYK0.1400.80.49
HSL70.38º66.67%30.59%-
HSV(B)70.38º80%50.98%-
XYZ14.8519.483.96-
YUV112.7679.04127.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 26 (10.55% from 255) = 9.70%
R=41.79%
G=48.51%
B=9.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130260.1400.80.4970.3866.6730.59
Hex70821AE0503146431f
Octal160202321601206110610337
Binary111000010000010110101110010100001100011000110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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