#7A7C2B

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

Shades of Trendy Green #7A7C2B

Tints of Trendy Green #7A7C2B

Color information

#7A7C2B (or 0x7A7C2B) is unknown color: approx Trendy Green. HEX triplet: 7A, 7C and 2B. RGB value is (122,124,43). Sum of RGB (Red+Green+Blue) = 122+124+43=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7C2B is #8583D4. Grayscale: #727272. Windows color (decimal): -8750037 or 2849914. OLE color: 2849914.

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

Color convert

RGB12212443-
CMYK0.0200.650.51
HSL61.48º48.5%32.75%-
HSV(B)61.48º65.32%48.63%-
XYZ15.6718.735.07-
YUV114.1787.84133.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.21%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=42.21%
G=42.91%
B=14.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122124430.0200.650.5161.4848.532.75
Hex7A7C2B2041333d3121
Octal172174532010163756141
Binary111101011111001010111001000001110011111101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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