#7C7D28

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

Shades of Trendy Green #7C7D28

Tints of Trendy Green #7C7D28

Color information

#7C7D28 (or 0x7C7D28) is unknown color: approx Trendy Green. HEX triplet: 7C, 7D and 28. RGB value is (124,125,40). Sum of RGB (Red+Green+Blue) = 124+125+40=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #7C7D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7D28 is #8382D7. Grayscale: #737373. Windows color (decimal): -8618712 or 2653564. OLE color: 2653564.

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

Color convert

RGB12412540-
CMYK0.0100.680.51
HSL60.71º51.52%32.35%-
HSV(B)60.71º68%49.02%-
XYZ16.0319.114.85-
YUV115.0185.67134.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=42.91%
G=43.25%
B=13.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124125400.0100.680.5160.7151.5232.35
Hex7C7D281044333d3420
Octal174175501010463756440
Binary11111001111101101000101000100110011111101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,125,40); }

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

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

 a { background-color: rgb(124,125,40); }

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

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

 span { border-color: rgb(124,125,40); }

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