#7D8133

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

Shades of Trendy Green #7D8133

Tints of Trendy Green #7D8133

Color information

#7D8133 (or 0x7D8133) is unknown color: approx Trendy Green. HEX triplet: 7D, 81 and 33. RGB value is (125,129,51). Sum of RGB (Red+Green+Blue) = 125+129+51=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #7D8133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8133 is #827ECC. Grayscale: #777777. Windows color (decimal): -8552141 or 3375485. OLE color: 3375485.

HSL color Cylindrical-coordinate representation of color #7D8133: hue angle of 63.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D8133 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB12512951-
CMYK0.0300.600.49
HSL63.08º43.33%35.29%-
HSV(B)63.08º60.47%50.59%-
XYZ16.9120.36.16-
YUV118.9189.67132.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.98%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=40.98%
G=42.30%
B=16.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129510.0300.600.4963.0843.3335.29
Hex7D8133303C313f2b23
Octal17520163307461775343
Binary111110110000001110011110111100110001111111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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