#7C8235

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

Shades of Trendy Green #7C8235

Tints of Trendy Green #7C8235

Color information

#7C8235 (or 0x7C8235) is unknown color: approx Trendy Green. HEX triplet: 7C, 82 and 35. RGB value is (124,130,53). Sum of RGB (Red+Green+Blue) = 124+130+53=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8235 is #837DCA. Grayscale: #777777. Windows color (decimal): -8617419 or 3506812. OLE color: 3506812.

HSL color Cylindrical-coordinate representation of color #7C8235: hue angle of 64.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C8235 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB12413053-
CMYK0.0500.590.49
HSL64.68º42.08%35.88%-
HSV(B)64.68º59.23%50.98%-
XYZ16.9420.516.43-
YUV119.4390.51131.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.39%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=40.39%
G=42.35%
B=17.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124130530.0500.590.4964.6842.0835.88
Hex7C8235503B31412a24
Octal174202655073611015244
Binary11111001000001011010110101110111100011000001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,130,53); }

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

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

 a { background-color: rgb(124,130,53); }

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

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

 span { border-color: rgb(124,130,53); }

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