#7C8214

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

Shades of Trendy Green #7C8214

Tints of Trendy Green #7C8214

Color information

#7C8214 (or 0x7C8214) is unknown color: approx Trendy Green. HEX triplet: 7C, 82 and 14. RGB value is (124,130,20). Sum of RGB (Red+Green+Blue) = 124+130+20=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8214 is #837DEB. Grayscale: #747474. Windows color (decimal): -8617452 or 1344124. OLE color: 1344124.

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

Color convert

RGB12413020-
CMYK0.0500.850.49
HSL63.27º73.33%29.41%-
HSV(B)63.27º84.62%50.98%-
XYZ16.4220.33.71-
YUV115.6774.01133.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.26%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=45.26%
G=47.45%
B=7.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124130200.0500.850.4963.2773.3329.41
Hex7C82145055313f491d
Octal1742022450125617711135
Binary1111100100000101010010101010101110001111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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