#7F862E

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

Shades of Trendy Green #7F862E

Tints of Trendy Green #7F862E

Color information

#7F862E (or 0x7F862E) is unknown color: approx Trendy Green. HEX triplet: 7F, 86 and 2E. RGB value is (127,134,46). Sum of RGB (Red+Green+Blue) = 127+134+46=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #7F862E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F862E is #8079D1. Grayscale: #7A7A7A. Windows color (decimal): -8419794 or 3049087. OLE color: 3049087.

HSL color Cylindrical-coordinate representation of color #7F862E: hue angle of 64.77º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F862E is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB12713446-
CMYK0.0500.660.47
HSL64.77º48.89%35.29%-
HSV(B)64.77º65.67%52.55%-
XYZ17.7721.765.85-
YUV121.8885.18131.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.37%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=41.37%
G=43.65%
B=14.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134460.0500.660.4764.7748.8935.29
Hex7F862E50422F413123
Octal1772065650102571016143
Binary111111110000110101110101010000101011111000001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,134,46); }

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

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

 a { background-color: rgb(127,134,46); }

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

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

 span { border-color: rgb(127,134,46); }

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