#727A1B

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

Shades of Trendy Green #727A1B

Tints of Trendy Green #727A1B

Color information

#727A1B (or 0x727A1B) is unknown color: approx Trendy Green. HEX triplet: 72, 7A and 1B. RGB value is (114,122,27). Sum of RGB (Red+Green+Blue) = 114+122+27=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #727A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727A1B is #8D85E4. Grayscale: #6D6D6D. Windows color (decimal): -9274853 or 1800818. OLE color: 1800818.

HSL color Cylindrical-coordinate representation of color #727A1B: hue angle of 65.05º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #727A1B is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB11412227-
CMYK0.0700.780.52
HSL65.05º63.76%29.22%-
HSV(B)65.05º77.87%47.84%-
XYZ14.117.583.69-
YUV108.7881.85131.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 122 (48.05% from 255) = 46.39%
BLUE value IS 27 (10.94% from 255) = 10.27%
R=43.35%
G=46.39%
B=10.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114122270.0700.780.5265.0563.7629.22
Hex727A1B704E3441401d
Octal16217233701166410110035
Binary1110010111101011011111010011101101001000001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,122,27); }

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

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

 a { background-color: rgb(114,122,27); }

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

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

 span { border-color: rgb(114,122,27); }

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