#7D8233

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

Shades of Trendy Green #7D8233

Tints of Trendy Green #7D8233

Color information

#7D8233 (or 0x7D8233) is unknown color: approx Trendy Green. HEX triplet: 7D, 82 and 33. RGB value is (125,130,51). Sum of RGB (Red+Green+Blue) = 125+130+51=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8233 is #827DCC. Grayscale: #777777. Windows color (decimal): -8551885 or 3375741. OLE color: 3375741.

HSL color Cylindrical-coordinate representation of color #7D8233: hue angle of 63.8º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D8233 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB12513051-
CMYK0.0400.610.49
HSL63.8º43.65%35.49%-
HSV(B)63.8º60.77%50.98%-
XYZ17.0420.566.2-
YUV119.589.34131.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.85%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=40.85%
G=42.48%
B=16.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130510.0400.610.4963.843.6535.49
Hex7D8233403D31402c23
Octal175202634075611005443
Binary11111011000001011001110001111011100011000000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,130,51); }

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

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

 a { background-color: rgb(125,130,51); }

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

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

 span { border-color: rgb(125,130,51); }

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