#7A8525

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

Shades of Trendy Green #7A8525

Tints of Trendy Green #7A8525

Color information

#7A8525 (or 0x7A8525) is unknown color: approx Trendy Green. HEX triplet: 7A, 85 and 25. RGB value is (122,133,37). Sum of RGB (Red+Green+Blue) = 122+133+37=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8525 is #857ADA. Grayscale: #777777. Windows color (decimal): -8747739 or 2459002. OLE color: 2459002.

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

Color convert

RGB12213337-
CMYK0.0800.720.48
HSL66.88º56.47%33.33%-
HSV(B)66.88º72.18%52.16%-
XYZ16.7521.054.93-
YUV118.7781.86130.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 37 (14.84% from 255) = 12.67%
R=41.78%
G=45.55%
B=12.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122133370.0800.720.4866.8856.4733.33
Hex7A8525804830433821
Octal17220545100110601037041
Binary1111010100001011001011000010010001100001000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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