#727F14

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

Shades of Trendy Green #727F14

Tints of Trendy Green #727F14

Color information

#727F14 (or 0x727F14) is unknown color: approx Trendy Green. HEX triplet: 72, 7F and 14. RGB value is (114,127,20). Sum of RGB (Red+Green+Blue) = 114+127+20=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #727F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727F14 is #8D80EB. Grayscale: #6F6F6F. Windows color (decimal): -9273580 or 1343346. OLE color: 1343346.

HSL color Cylindrical-coordinate representation of color #727F14: hue angle of 67.29º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #727F14 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB11412720-
CMYK0.1000.840.50
HSL67.29º72.79%28.82%-
HSV(B)67.29º84.25%49.8%-
XYZ14.6618.813.52-
YUV110.9276.69130.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 127 (50% from 255) = 48.66%
BLUE value IS 20 (8.20% from 255) = 7.66%
R=43.68%
G=48.66%
B=7.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114127200.1000.840.5067.2972.7928.82
Hex727F14A0543243491d
Octal162177241201246210311135
Binary11100101111111101001010010101001100101000011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727F14; }

 p { color: rgb(114,127,20); }

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

<style>
 a { background-color: #727F14; }

 a { background-color: rgb(114,127,20); }

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

<style>
 span { border-color: #727F14; }

 span { border-color: rgb(114,127,20); }

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