#7D8D2B

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

Shades of Trendy Green #7D8D2B

Tints of Trendy Green #7D8D2B

Color information

#7D8D2B (or 0x7D8D2B) is unknown color: approx Trendy Green. HEX triplet: 7D, 8D and 2B. RGB value is (125,141,43). Sum of RGB (Red+Green+Blue) = 125+141+43=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8D2B is #8272D4. Grayscale: #7D7D7D. Windows color (decimal): -8549077 or 2854269. OLE color: 2854269.

HSL color Cylindrical-coordinate representation of color #7D8D2B: hue angle of 69.8º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D8D2B is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB12514143-
CMYK0.1100.700.45
HSL69.8º53.26%36.08%-
HSV(B)69.8º69.5%55.29%-
XYZ18.4223.585.87-
YUV125.0481.7127.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.45%
GREEN value IS 141 (55.47% from 255) = 45.63%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=40.45%
G=45.63%
B=13.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125141430.1100.700.4569.853.2636.08
Hex7D8D2BB0462D463524
Octal17521553130106551066544
Binary1111101100011011010111011010001101011011000110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,141,43); }

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

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

 a { background-color: rgb(125,141,43); }

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

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

 span { border-color: rgb(125,141,43); }

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