#7D8823

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

Shades of Trendy Green #7D8823

Tints of Trendy Green #7D8823

Color information

#7D8823 (or 0x7D8823) is unknown color: approx Trendy Green. HEX triplet: 7D, 88 and 23. RGB value is (125,136,35). Sum of RGB (Red+Green+Blue) = 125+136+35=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8823 is #8277DC. Grayscale: #797979. Windows color (decimal): -8550365 or 2328701. OLE color: 2328701.

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

Color convert

RGB12513635-
CMYK0.0800.740.47
HSL66.53º59.06%33.53%-
HSV(B)66.53º74.26%53.33%-
XYZ17.5622.094.93-
YUV121.279.36130.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.23%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 35 (14.06% from 255) = 11.82%
R=42.23%
G=45.95%
B=11.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125136350.0800.740.4766.5359.0633.53
Hex7D8823804A2F433b22
Octal17521043100112571037342
Binary1111101100010001000111000010010101011111000011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,136,35); }

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

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

 a { background-color: rgb(125,136,35); }

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

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

 span { border-color: rgb(125,136,35); }

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