#7D7915

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

Shades of Trendy Green #7D7915

Tints of Trendy Green #7D7915

Color information

#7D7915 (or 0x7D7915) is unknown color: approx Trendy Green. HEX triplet: 7D, 79 and 15. RGB value is (125,121,21). Sum of RGB (Red+Green+Blue) = 125+121+21=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7915 is #8286EA. Grayscale: #6F6F6F. Windows color (decimal): -8554219 or 1407357. OLE color: 1407357.

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

Color convert

RGB12512121-
CMYK00.030.830.51
HSL57.69º71.23%28.63%-
HSV(B)57.69º83.2%49.02%-
XYZ15.4318.093.39-
YUV110.877.33138.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.82%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 21 (8.59% from 255) = 7.87%
R=46.82%
G=45.32%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251212100.030.830.5157.6971.2328.63
Hex7D79150353333a471d
Octal1751712503123637210735
Binary11111011111001101010111010011110011111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,121,21); }

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

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

 a { background-color: rgb(125,121,21); }

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

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

 span { border-color: rgb(125,121,21); }

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