#7B7914

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

Shades of Trendy Green #7B7914

Tints of Trendy Green #7B7914

Color information

#7B7914 (or 0x7B7914) is unknown color: approx Trendy Green. HEX triplet: 7B, 79 and 14. RGB value is (123,121,20). Sum of RGB (Red+Green+Blue) = 123+121+20=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7914 is #8486EB. Grayscale: #6E6E6E. Windows color (decimal): -8685292 or 1341819. OLE color: 1341819.

HSL color Cylindrical-coordinate representation of color #7B7914: hue angle of 58.83º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B7914 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB12312120-
CMYK00.020.840.52
HSL58.83º72.03%28.04%-
HSV(B)58.83º83.74%48.24%-
XYZ15.1317.943.33-
YUV110.0877.16137.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.59%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=46.59%
G=45.83%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231212000.020.840.5258.8372.0328.04
Hex7B79140254343b481c
Octal1731712402124647311034
Binary11110111111001101000101010100110100111011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,121,20); }

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

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

 a { background-color: rgb(123,121,20); }

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

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

 span { border-color: rgb(123,121,20); }

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