#7F8C1D

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

Shades of Trendy Green #7F8C1D

Tints of Trendy Green #7F8C1D

Color information

#7F8C1D (or 0x7F8C1D) is unknown color: approx Trendy Green. HEX triplet: 7F, 8C and 1D. RGB value is (127,140,29). Sum of RGB (Red+Green+Blue) = 127+140+29=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8C1D is #8073E2. Grayscale: #7B7B7B. Windows color (decimal): -8418275 or 1936511. OLE color: 1936511.

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

Color convert

RGB12714029-
CMYK0.0900.790.45
HSL67.03º65.68%33.14%-
HSV(B)67.03º79.29%54.9%-
XYZ18.3523.364.7-
YUV123.4674.69130.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.91%
GREEN value IS 140 (55.08% from 255) = 47.30%
BLUE value IS 29 (11.72% from 255) = 9.80%
R=42.91%
G=47.30%
B=9.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127140290.0900.790.4567.0365.6833.14
Hex7F8C1D904F2D434221
Octal177214351101175510310241
Binary1111111100011001110110010100111110110110000111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,140,29); }

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

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

 a { background-color: rgb(127,140,29); }

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

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

 span { border-color: rgb(127,140,29); }

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