#7F8518

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

Shades of Trendy Green #7F8518

Tints of Trendy Green #7F8518

Color information

#7F8518 (or 0x7F8518) is unknown color: approx Trendy Green. HEX triplet: 7F, 85 and 18. RGB value is (127,133,24). Sum of RGB (Red+Green+Blue) = 127+133+24=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8518 is #807AE7. Grayscale: #777777. Windows color (decimal): -8420072 or 1607039. OLE color: 1607039.

HSL color Cylindrical-coordinate representation of color #7F8518: hue angle of 63.3º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F8518 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB12713324-
CMYK0.0500.820.48
HSL63.3º69.43%30.78%-
HSV(B)63.3º81.95%52.16%-
XYZ17.321.354.07-
YUV118.7874.51133.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 24 (9.77% from 255) = 8.45%
R=44.72%
G=46.83%
B=8.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127133240.0500.820.4863.369.4330.78
Hex7F85185052303f451f
Octal1772053050122607710537
Binary1111111100001011100010101010010110000111111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,133,24); }

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

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

 a { background-color: rgb(127,133,24); }

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

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

 span { border-color: rgb(127,133,24); }

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