#7F8229

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

Shades of Trendy Green #7F8229

Tints of Trendy Green #7F8229

Color information

#7F8229 (or 0x7F8229) is unknown color: approx Trendy Green. HEX triplet: 7F, 82 and 29. RGB value is (127,130,41). Sum of RGB (Red+Green+Blue) = 127+130+41=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8229 is #807DD6. Grayscale: #777777. Windows color (decimal): -8420823 or 2720383. OLE color: 2720383.

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

Color convert

RGB12713041-
CMYK0.0200.680.49
HSL62.02º52.05%33.53%-
HSV(B)62.02º68.46%50.98%-
XYZ17.1420.645.18-
YUV118.9684.01133.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.62%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 41 (16.41% from 255) = 13.76%
R=42.62%
G=43.62%
B=13.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127130410.0200.680.4962.0252.0533.53
Hex7F82292044313e3422
Octal177202512010461766442
Binary1111111100000101010011001000100110001111110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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