#7D8433

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

Shades of Trendy Green #7D8433

Tints of Trendy Green #7D8433

Color information

#7D8433 (or 0x7D8433) is unknown color: approx Trendy Green. HEX triplet: 7D, 84 and 33. RGB value is (125,132,51). Sum of RGB (Red+Green+Blue) = 125+132+51=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8433 is #827BCC. Grayscale: #787878. Windows color (decimal): -8551373 or 3376253. OLE color: 3376253.

HSL color Cylindrical-coordinate representation of color #7D8433: hue angle of 65.19º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D8433 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB12513251-
CMYK0.0500.610.48
HSL65.19º44.26%35.88%-
HSV(B)65.19º61.36%51.76%-
XYZ17.3121.16.29-
YUV120.6788.68131.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.58%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=40.58%
G=42.86%
B=16.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125132510.0500.610.4865.1944.2635.88
Hex7D8433503D30412c24
Octal175204635075601015444
Binary11111011000010011001110101111011100001000001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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