#7F862A

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

Shades of Trendy Green #7F862A

Tints of Trendy Green #7F862A

Color information

#7F862A (or 0x7F862A) is unknown color: approx Trendy Green. HEX triplet: 7F, 86 and 2A. RGB value is (127,134,42). Sum of RGB (Red+Green+Blue) = 127+134+42=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #7F862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F862A is #8079D5. Grayscale: #797979. Windows color (decimal): -8419798 or 2786943. OLE color: 2786943.

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

Color convert

RGB12713442-
CMYK0.0500.690.47
HSL64.57º52.27%34.51%-
HSV(B)64.57º68.66%52.55%-
XYZ17.721.735.45-
YUV121.4283.18131.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.91%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=41.91%
G=44.22%
B=13.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134420.0500.690.4764.5752.2734.51
Hex7F862A50452F413423
Octal1772065250105571016443
Binary111111110000110101010101010001011011111000001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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