#727B1B

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

Shades of Trendy Green #727B1B

Tints of Trendy Green #727B1B

Color information

#727B1B (or 0x727B1B) is unknown color: approx Trendy Green. HEX triplet: 72, 7B and 1B. RGB value is (114,123,27). Sum of RGB (Red+Green+Blue) = 114+123+27=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 123 - color contains mainly: green. Hex color #727B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727B1B is #8D84E4. Grayscale: #6D6D6D. Windows color (decimal): -9274597 or 1801074. OLE color: 1801074.

HSL color Cylindrical-coordinate representation of color #727B1B: hue angle of 65.62º 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 #727B1B is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB11412327-
CMYK0.0700.780.52
HSL65.62º64%29.41%-
HSV(B)65.62º78.05%48.24%-
XYZ14.2217.823.73-
YUV109.3681.52131.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 123 (48.44% from 255) = 46.59%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=43.18%
G=46.59%
B=10.23%

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
Decimal114123270.0700.780.5265.626429.41
Hex727B1B704E3442401d
Octal16217333701166410210035
Binary1110010111101111011111010011101101001000010100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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