#7C852B

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

Shades of Trendy Green #7C852B

Tints of Trendy Green #7C852B

Color information

#7C852B (or 0x7C852B) is unknown color: approx Trendy Green. HEX triplet: 7C, 85 and 2B. RGB value is (124,133,43). Sum of RGB (Red+Green+Blue) = 124+133+43=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #7C852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C852B is #837AD4. Grayscale: #787878. Windows color (decimal): -8616661 or 2852220. OLE color: 2852220.

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

Color convert

RGB12413343-
CMYK0.0700.680.48
HSL66º51.14%34.51%-
HSV(B)66º67.67%52.16%-
XYZ17.1421.235.48-
YUV120.0584.52130.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 43 (17.19% from 255) = 14.33%
R=41.33%
G=44.33%
B=14.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124133430.0700.680.486651.1434.51
Hex7C852B704430423323
Octal1742055370104601026343
Binary111110010000101101011111010001001100001000010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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