#7A7F14

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

Shades of Trendy Green #7A7F14

Tints of Trendy Green #7A7F14

Color information

#7A7F14 (or 0x7A7F14) is unknown color: approx Trendy Green. HEX triplet: 7A, 7F and 14. RGB value is (122,127,20). Sum of RGB (Red+Green+Blue) = 122+127+20=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7F14 is #8580EB. Grayscale: #717171. Windows color (decimal): -8749292 or 1343354. OLE color: 1343354.

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

Color convert

RGB12212720-
CMYK0.0400.840.50
HSL62.8º72.79%28.82%-
HSV(B)62.8º84.25%49.8%-
XYZ15.7419.373.57-
YUV113.3175.34134.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.35%
GREEN value IS 127 (50% from 255) = 47.21%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=45.35%
G=47.21%
B=7.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122127200.0400.840.5062.872.7928.82
Hex7A7F144054323f491d
Octal1721772440124627711135
Binary111101011111111010010001010100110010111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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