#7F821C

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

Shades of Trendy Green #7F821C

Tints of Trendy Green #7F821C

Color information

#7F821C (or 0x7F821C) is unknown color: approx Trendy Green. HEX triplet: 7F, 82 and 1C. RGB value is (127,130,28). Sum of RGB (Red+Green+Blue) = 127+130+28=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #7F821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F821C is #807DE3. Grayscale: #757575. Windows color (decimal): -8420836 or 1868415. OLE color: 1868415.

HSL color Cylindrical-coordinate representation of color #7F821C: hue angle of 61.76º degrees, saturation: 0.65, 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 #7F821C is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB12713028-
CMYK0.0200.780.49
HSL61.76º64.56%30.98%-
HSV(B)61.76º78.46%50.98%-
XYZ16.9420.564.17-
YUV117.4877.51134.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.56%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=44.56%
G=45.61%
B=9.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130280.0200.780.4961.7664.5630.98
Hex7F821C204E313e411f
Octal1772023420116617610137
Binary111111110000010111001001001110110001111110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F821C; }

 p { color: rgb(127,130,28); }

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

<style>
 a { background-color: #7F821C; }

 a { background-color: rgb(127,130,28); }

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

<style>
 span { border-color: #7F821C; }

 span { border-color: rgb(127,130,28); }

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