#7B8914

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

Shades of Trendy Green #7B8914

Tints of Trendy Green #7B8914

Color information

#7B8914 (or 0x7B8914) is unknown color: approx Trendy Green. HEX triplet: 7B, 89 and 14. RGB value is (123,137,20). Sum of RGB (Red+Green+Blue) = 123+137+20=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #7B8914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8914 is #8476EB. Grayscale: #777777. Windows color (decimal): -8681196 or 1345915. OLE color: 1345915.

HSL color Cylindrical-coordinate representation of color #7B8914: hue angle of 67.18º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B8914 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB12313720-
CMYK0.1000.850.46
HSL67.18º74.52%30.78%-
HSV(B)67.18º85.4%53.73%-
XYZ17.2422.154.03-
YUV119.4871.86130.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.93%
GREEN value IS 137 (53.91% from 255) = 48.93%
BLUE value IS 20 (8.20% from 255) = 7.14%
R=43.93%
G=48.93%
B=7.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123137200.1000.850.4667.1874.5230.78
Hex7B8914A0552E434b1f
Octal173211241201255610311337
Binary111101110001001101001010010101011011101000011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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