#7b7c2a

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

Shades of Trendy Green #7B7C2A

Tints of Trendy Green #7B7C2A

Color information

#7B7C2A (or 0x7B7C2A) is unknown color: approx Trendy Green. HEX triplet: 7B, 7C and 2A. RGB value is (123,124,42). Sum of RGB (Red+Green+Blue) = 123+124+42=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7C2A is #8483D5. Grayscale: #727272. Windows color (decimal): -8684502 or 2784379. OLE color: 2784379.

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

Color convert

RGB12312442-
CMYK0.0100.660.51
HSL60.73º49.4%32.55%-
HSV(B)60.73º66.13%48.63%-
XYZ15.7918.794.99-
YUV114.3587.17134.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.56%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=42.56%
G=42.91%
B=14.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123124420.0100.660.5160.7349.432.55
Hex7B7C2A1042333d3121
Octal173174521010263756141
Binary11110111111100101010101000010110011111101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b7c2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,124,42); }

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

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

 a { background-color: rgb(123,124,42); }

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

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

 span { border-color: rgb(123,124,42); }

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