#7D8518

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

Shades of Trendy Green #7D8518

Tints of Trendy Green #7D8518

Color information

#7D8518 (or 0x7D8518) is unknown color: approx Trendy Green. HEX triplet: 7D, 85 and 18. RGB value is (125,133,24). Sum of RGB (Red+Green+Blue) = 125+133+24=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8518 is #827AE7. Grayscale: #767676. Windows color (decimal): -8551144 or 1607037. OLE color: 1607037.

HSL color Cylindrical-coordinate representation of color #7D8518: hue angle of 64.4º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D8518 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB12513324-
CMYK0.0600.820.48
HSL64.4º69.43%30.78%-
HSV(B)64.4º81.95%52.16%-
XYZ17.0121.24.06-
YUV118.1874.85132.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.33%
GREEN value IS 133 (52.34% from 255) = 47.16%
BLUE value IS 24 (9.77% from 255) = 8.51%
R=44.33%
G=47.16%
B=8.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125133240.0600.820.4864.469.4330.78
Hex7D851860523040451f
Octal17520530601226010010537
Binary11111011000010111000110010100101100001000000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,133,24); }

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

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

 a { background-color: rgb(125,133,24); }

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

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

 span { border-color: rgb(125,133,24); }

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