#7D8B2A

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

Shades of Trendy Green #7D8B2A

Tints of Trendy Green #7D8B2A

Color information

#7D8B2A (or 0x7D8B2A) is unknown color: approx Trendy Green. HEX triplet: 7D, 8B and 2A. RGB value is (125,139,42). Sum of RGB (Red+Green+Blue) = 125+139+42=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #7D8B2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8B2A is #8274D5. Grayscale: #7C7C7C. Windows color (decimal): -8549590 or 2788221. OLE color: 2788221.

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

Color convert

RGB12513942-
CMYK0.1000.700.45
HSL68.66º53.59%35.49%-
HSV(B)68.66º69.78%54.51%-
XYZ18.1122.995.67-
YUV123.7681.86128.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.85%
GREEN value IS 139 (54.69% from 255) = 45.42%
BLUE value IS 42 (16.80% from 255) = 13.73%
R=40.85%
G=45.42%
B=13.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125139420.1000.700.4568.6653.5935.49
Hex7D8B2AA0462D453623
Octal17521352120106551056643
Binary1111101100010111010101010010001101011011000101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,139,42); }

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

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

 a { background-color: rgb(125,139,42); }

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

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

 span { border-color: rgb(125,139,42); }

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