#7F821B

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

Shades of Trendy Green #7F821B

Tints of Trendy Green #7F821B

Color information

#7F821B (or 0x7F821B) is unknown color: approx Trendy Green. HEX triplet: 7F, 82 and 1B. RGB value is (127,130,27). Sum of RGB (Red+Green+Blue) = 127+130+27=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #7F821B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F821B is #807DE4. Grayscale: #757575. Windows color (decimal): -8420837 or 1802879. OLE color: 1802879.

HSL color Cylindrical-coordinate representation of color #7F821B: hue angle of 61.75º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F821B is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB12713027-
CMYK0.0200.790.49
HSL61.75º65.61%30.78%-
HSV(B)61.75º79.23%50.98%-
XYZ16.9320.564.11-
YUV117.3677.01134.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 27 (10.94% from 255) = 9.51%
R=44.72%
G=45.77%
B=9.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130270.0200.790.4961.7565.6130.78
Hex7F821B204F313e421f
Octal1772023320117617610237
Binary111111110000010110111001001111110001111110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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