#7F7A1C

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

Shades of Trendy Green #7F7A1C

Tints of Trendy Green #7F7A1C

Color information

#7F7A1C (or 0x7F7A1C) is unknown color: approx Trendy Green. HEX triplet: 7F, 7A and 1C. RGB value is (127,122,28). Sum of RGB (Red+Green+Blue) = 127+122+28=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7A1C is #8085E3. Grayscale: #717171. Windows color (decimal): -8422884 or 1866367. OLE color: 1866367.

HSL color Cylindrical-coordinate representation of color #7F7A1C: hue angle of 56.97º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F7A1C is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB12712228-
CMYK00.040.780.50
HSL56.97º63.87%30.39%-
HSV(B)56.97º77.95%49.8%-
XYZ15.9218.513.83-
YUV112.7880.16138.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.85%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=45.85%
G=44.04%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271222800.040.780.5056.9763.8730.39
Hex7F7A1C044E3239401e
Octal1771723404116627110036
Binary111111111110101110001001001110110010111001100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,122,28); }

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

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

 a { background-color: rgb(127,122,28); }

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

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

 span { border-color: rgb(127,122,28); }

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