#7F862B

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

Shades of Trendy Green #7F862B

Tints of Trendy Green #7F862B

Color information

#7F862B (or 0x7F862B) is unknown color: approx Trendy Green. HEX triplet: 7F, 86 and 2B. RGB value is (127,134,43). Sum of RGB (Red+Green+Blue) = 127+134+43=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #7F862B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F862B is #8079D4. Grayscale: #797979. Windows color (decimal): -8419797 or 2852479. OLE color: 2852479.

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

Color convert

RGB12713443-
CMYK0.0500.680.47
HSL64.62º51.41%34.71%-
HSV(B)64.62º67.91%52.55%-
XYZ17.7121.745.55-
YUV121.5383.68131.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.78%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 43 (17.19% from 255) = 14.14%
R=41.78%
G=44.08%
B=14.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134430.0500.680.4764.6251.4134.71
Hex7F862B50442F413323
Octal1772065350104571016343
Binary111111110000110101011101010001001011111000001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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