#727A1F

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

Shades of Trendy Green #727A1F

Tints of Trendy Green #727A1F

Color information

#727A1F (or 0x727A1F) is unknown color: approx Trendy Green. HEX triplet: 72, 7A and 1F. RGB value is (114,122,31). Sum of RGB (Red+Green+Blue) = 114+122+31=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #727A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727A1F is #8D85E0. Grayscale: #6D6D6D. Windows color (decimal): -9274849 or 2062962. OLE color: 2062962.

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

Color convert

RGB11412231-
CMYK0.0700.750.52
HSL65.27º59.48%30%-
HSV(B)65.27º74.59%47.84%-
XYZ14.1517.63.95-
YUV109.2383.85131.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 122 (48.05% from 255) = 45.69%
BLUE value IS 31 (12.5% from 255) = 11.61%
R=42.70%
G=45.69%
B=11.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114122310.0700.750.5265.2759.4830
Hex727A1F704B34413b1e
Octal1621723770113641017336
Binary111001011110101111111101001011110100100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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