#7D801C

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

Shades of Trendy Green #7D801C

Tints of Trendy Green #7D801C

Color information

#7D801C (or 0x7D801C) is unknown color: approx Trendy Green. HEX triplet: 7D, 80 and 1C. RGB value is (125,128,28). Sum of RGB (Red+Green+Blue) = 125+128+28=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #7D801C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D801C is #827FE3. Grayscale: #747474. Windows color (decimal): -8552420 or 1867901. OLE color: 1867901.

HSL color Cylindrical-coordinate representation of color #7D801C: hue angle of 61.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D801C is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB12512828-
CMYK0.0200.780.50
HSL61.8º64.1%30.59%-
HSV(B)61.8º78.12%50.2%-
XYZ16.3919.884.07-
YUV115.778.51134.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 28 (11.33% from 255) = 9.96%
R=44.48%
G=45.55%
B=9.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal125128280.0200.780.5061.864.130.59
Hex7D801C204E323e401f
Octal1752003420116627610037
Binary111110110000000111001001001110110010111110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D801C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,128,28); }

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

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

 a { background-color: rgb(125,128,28); }

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

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

 span { border-color: rgb(125,128,28); }

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