#7F8226

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

Shades of Trendy Green #7F8226

Tints of Trendy Green #7F8226

Color information

#7F8226 (or 0x7F8226) is unknown color: approx Trendy Green. HEX triplet: 7F, 82 and 26. RGB value is (127,130,38). Sum of RGB (Red+Green+Blue) = 127+130+38=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8226 is #807DD9. Grayscale: #767676. Windows color (decimal): -8420826 or 2523775. OLE color: 2523775.

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

Color convert

RGB12713038-
CMYK0.0200.710.49
HSL61.96º54.76%32.94%-
HSV(B)61.96º70.77%50.98%-
XYZ17.0820.624.91-
YUV118.6282.51133.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.05%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=43.05%
G=44.07%
B=12.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130380.0200.710.4961.9654.7632.94
Hex7F82262047313e3721
Octal177202462010761766741
Binary1111111100000101001101001000111110001111110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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