#7D891F

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

Shades of Trendy Green #7D891F

Tints of Trendy Green #7D891F

Color information

#7D891F (or 0x7D891F) is unknown color: approx Trendy Green. HEX triplet: 7D, 89 and 1F. RGB value is (125,137,31). Sum of RGB (Red+Green+Blue) = 125+137+31=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #7D891F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D891F is #8276E0. Grayscale: #797979. Windows color (decimal): -8550113 or 2066813. OLE color: 2066813.

HSL color Cylindrical-coordinate representation of color #7D891F: hue angle of 66.79º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D891F is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB12513731-
CMYK0.0900.770.46
HSL66.79º63.1%32.94%-
HSV(B)66.79º77.37%53.73%-
XYZ17.6522.354.68-
YUV121.3377.02130.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.66%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 31 (12.5% from 255) = 10.58%
R=42.66%
G=46.76%
B=10.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125137310.0900.770.4666.7963.132.94
Hex7D891F904D2E433f21
Octal17521137110115561037741
Binary111110110001001111111001010011011011101000011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D891F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,137,31); }

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

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

 a { background-color: rgb(125,137,31); }

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

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

 span { border-color: rgb(125,137,31); }

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