#7D891D

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

Shades of Trendy Green #7D891D

Tints of Trendy Green #7D891D

Color information

#7D891D (or 0x7D891D) is unknown color: approx Trendy Green. HEX triplet: 7D, 89 and 1D. RGB value is (125,137,29). Sum of RGB (Red+Green+Blue) = 125+137+29=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #7D891D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D891D is #8276E2. Grayscale: #797979. Windows color (decimal): -8550115 or 1935741. OLE color: 1935741.

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

Color convert

RGB12513729-
CMYK0.0900.790.46
HSL66.67º65.06%32.55%-
HSV(B)66.67º78.83%53.73%-
XYZ17.6222.344.55-
YUV121.176.02130.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.96%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 29 (11.72% from 255) = 9.97%
R=42.96%
G=47.08%
B=9.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125137290.0900.790.4666.6765.0632.55
Hex7D891D904F2E434121
Octal175211351101175610310141
Binary1111101100010011110110010100111110111010000111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D891D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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