#7A8725

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

Shades of Trendy Green #7A8725

Tints of Trendy Green #7A8725

Color information

#7A8725 (or 0x7A8725) is unknown color: approx Trendy Green. HEX triplet: 7A, 87 and 25. RGB value is (122,135,37). Sum of RGB (Red+Green+Blue) = 122+135+37=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8725 is #8578DA. Grayscale: #787878. Windows color (decimal): -8747227 or 2459514. OLE color: 2459514.

HSL color Cylindrical-coordinate representation of color #7A8725: hue angle of 67.96º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A8725 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB12213537-
CMYK0.1000.730.47
HSL67.96º56.98%33.73%-
HSV(B)67.96º72.59%52.94%-
XYZ17.0221.65.02-
YUV119.9481.19129.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=41.50%
G=45.92%
B=12.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122135370.1000.730.4767.9656.9833.73
Hex7A8725A0492F443922
Octal17220745120111571047142
Binary1111010100001111001011010010010011011111000100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,135,37); }

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

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

 a { background-color: rgb(122,135,37); }

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

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

 span { border-color: rgb(122,135,37); }

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