#7D8722

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

Shades of Trendy Green #7D8722

Tints of Trendy Green #7D8722

Color information

#7D8722 (or 0x7D8722) is unknown color: approx Trendy Green. HEX triplet: 7D, 87 and 22. RGB value is (125,135,34). Sum of RGB (Red+Green+Blue) = 125+135+34=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8722 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8722 is #8278DD. Grayscale: #787878. Windows color (decimal): -8550622 or 2262909. OLE color: 2262909.

HSL color Cylindrical-coordinate representation of color #7D8722: hue angle of 65.94º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D8722 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB12513534-
CMYK0.0700.750.47
HSL65.94º59.76%33.14%-
HSV(B)65.94º74.81%52.94%-
XYZ17.4121.84.8-
YUV120.579.19131.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.52%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 34 (13.67% from 255) = 11.56%
R=42.52%
G=45.92%
B=11.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125135340.0700.750.4765.9459.7633.14
Hex7D8722704B2F423c21
Octal1752074270113571027441
Binary111110110000111100010111010010111011111000010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,135,34); }

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

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

 a { background-color: rgb(125,135,34); }

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

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

 span { border-color: rgb(125,135,34); }

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