#7A7C1E

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

Shades of Trendy Green #7A7C1E

Tints of Trendy Green #7A7C1E

Color information

#7A7C1E (or 0x7A7C1E) is unknown color: approx Trendy Green. HEX triplet: 7A, 7C and 1E. RGB value is (122,124,30). Sum of RGB (Red+Green+Blue) = 122+124+30=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7C1E is #8583E1. Grayscale: #717171. Windows color (decimal): -8750050 or 1997946. OLE color: 1997946.

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

Color convert

RGB12212430-
CMYK0.0200.760.51
HSL61.28º61.04%30.2%-
HSV(B)61.28º75.81%48.63%-
XYZ15.4718.654.01-
YUV112.6981.34134.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.20%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=44.20%
G=44.93%
B=10.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122124300.0200.760.5161.2861.0430.2
Hex7A7C1E204C333d3d1e
Octal172174362011463757536
Binary1111010111110011110100100110011001111110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,124,30); }

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

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

 a { background-color: rgb(122,124,30); }

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

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

 span { border-color: rgb(122,124,30); }

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