#7F8224

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

Shades of Trendy Green #7F8224

Tints of Trendy Green #7F8224

Color information

#7F8224 (or 0x7F8224) is unknown color: approx Trendy Green. HEX triplet: 7F, 82 and 24. RGB value is (127,130,36). Sum of RGB (Red+Green+Blue) = 127+130+36=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8224 is #807DDB. Grayscale: #767676. Windows color (decimal): -8420828 or 2392703. OLE color: 2392703.

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

Color convert

RGB12713036-
CMYK0.0200.720.49
HSL61.91º56.63%32.55%-
HSV(B)61.91º72.31%50.98%-
XYZ17.0520.64.75-
YUV118.3981.51134.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.34%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=43.34%
G=44.37%
B=12.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130360.0200.720.4961.9156.6332.55
Hex7F82242048313e3921
Octal177202442011061767141
Binary1111111100000101001001001001000110001111110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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