#7D8213

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

Shades of Trendy Green #7D8213

Tints of Trendy Green #7D8213

Color information

#7D8213 (or 0x7D8213) is unknown color: approx Trendy Green. HEX triplet: 7D, 82 and 13. RGB value is (125,130,19). Sum of RGB (Red+Green+Blue) = 125+130+19=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8213 is #827DEC. Grayscale: #747474. Windows color (decimal): -8551917 or 1278589. OLE color: 1278589.

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

Color convert

RGB12513019-
CMYK0.0400.850.49
HSL62.7º74.5%29.22%-
HSV(B)62.7º85.38%50.98%-
XYZ16.5620.373.68-
YUV115.8573.34134.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.62%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 19 (7.81% from 255) = 6.93%
R=45.62%
G=47.45%
B=6.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130190.0400.850.4962.774.529.22
Hex7D82134055313f4a1d
Octal1752022340125617711235
Binary1111101100000101001110001010101110001111111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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