#7A7B20

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

Shades of Trendy Green #7A7B20

Tints of Trendy Green #7A7B20

Color information

#7A7B20 (or 0x7A7B20) is unknown color: approx Trendy Green. HEX triplet: 7A, 7B and 20. RGB value is (122,123,32). Sum of RGB (Red+Green+Blue) = 122+123+32=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7B20 is #8584DF. Grayscale: #707070. Windows color (decimal): -8750304 or 2128762. OLE color: 2128762.

HSL color Cylindrical-coordinate representation of color #7A7B20: hue angle of 60.66º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A7B20 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB12212332-
CMYK0.0100.740.52
HSL60.66º58.71%30.39%-
HSV(B)60.66º73.98%48.24%-
XYZ15.3718.414.11-
YUV112.3382.67134.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 32 (12.89% from 255) = 11.55%
R=44.04%
G=44.40%
B=11.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122123320.0100.740.5260.6658.7130.39
Hex7A7B20104A343d3b1e
Octal172173401011264757336
Binary1111010111101110000010100101011010011110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,123,32); }

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

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

 a { background-color: rgb(122,123,32); }

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

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

 span { border-color: rgb(122,123,32); }

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