#7C882D

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

Shades of Trendy Green #7C882D

Tints of Trendy Green #7C882D

Color information

#7C882D (or 0x7C882D) is unknown color: approx Trendy Green. HEX triplet: 7C, 88 and 2D. RGB value is (124,136,45). Sum of RGB (Red+Green+Blue) = 124+136+45=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #7C882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C882D is #8377D2. Grayscale: #7A7A7A. Windows color (decimal): -8615891 or 2984060. OLE color: 2984060.

HSL color Cylindrical-coordinate representation of color #7C882D: hue angle of 67.91º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C882D is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB12413645-
CMYK0.0900.670.47
HSL67.91º50.28%35.49%-
HSV(B)67.91º66.91%53.33%-
XYZ17.5922.085.82-
YUV122.0484.52129.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=40.66%
G=44.59%
B=14.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124136450.0900.670.4767.9150.2835.49
Hex7C882D90432F443223
Octal17421055110103571046243
Binary1111100100010001011011001010000111011111000100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,136,45); }

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

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

 a { background-color: rgb(124,136,45); }

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

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

 span { border-color: rgb(124,136,45); }

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