#7F8216

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

Shades of Trendy Green #7F8216

Tints of Trendy Green #7F8216

Color information

#7F8216 (or 0x7F8216) is unknown color: approx Trendy Green. HEX triplet: 7F, 82 and 16. RGB value is (127,130,22). Sum of RGB (Red+Green+Blue) = 127+130+22=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8216 is #807DE9. Grayscale: #757575. Windows color (decimal): -8420842 or 1475199. OLE color: 1475199.

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

Color convert

RGB12713022-
CMYK0.0200.830.49
HSL61.67º71.05%29.8%-
HSV(B)61.67º83.08%50.98%-
XYZ16.8820.543.83-
YUV116.7974.51135.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.52%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=45.52%
G=46.59%
B=7.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130220.0200.830.4961.6771.0529.8
Hex7F82162053313e471e
Octal1772022620123617610736
Binary111111110000010101101001010011110001111110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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