#72821A

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

Shades of Trendy Green #72821A

Tints of Trendy Green #72821A

Color information

#72821A (or 0x72821A) is unknown color: approx Trendy Green. HEX triplet: 72, 82 and 1A. RGB value is (114,130,26). Sum of RGB (Red+Green+Blue) = 114+130+26=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #72821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72821A is #8D7DE5. Grayscale: #717171. Windows color (decimal): -9272806 or 1737330. OLE color: 1737330.

HSL color Cylindrical-coordinate representation of color #72821A: hue angle of 69.23º 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 #72821A is Cyan = 0.12, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB11413026-
CMYK0.1200.80.49
HSL69.23º66.67%30.59%-
HSV(B)69.23º80%50.98%-
XYZ15.1119.623.97-
YUV113.3678.7128.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 26 (10.55% from 255) = 9.63%
R=42.22%
G=48.15%
B=9.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130260.1200.80.4969.2366.6730.59
Hex72821AC0503145431f
Octal162202321401206110510337
Binary111001010000010110101100010100001100011000101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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