#727E3F

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

Shades of Wasabi #727E3F

Tints of Wasabi #727E3F

Color information

#727E3F (or 0x727E3F) is unknown color: approx Wasabi. HEX triplet: 72, 7E and 3F. RGB value is (114,126,63). Sum of RGB (Red+Green+Blue) = 114+126+63=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #727E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727E3F is #8D81C0. Grayscale: #737373. Windows color (decimal): -9273793 or 4161138. OLE color: 4161138.

HSL color Cylindrical-coordinate representation of color #727E3F: hue angle of 71.43º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #727E3F is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB11412663-
CMYK0.1000.500.51
HSL71.43º33.33%37.06%-
HSV(B)71.43º50%49.41%-
XYZ15.318.867.54-
YUV115.2398.52127.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 126 (49.61% from 255) = 41.58%
BLUE value IS 63 (25% from 255) = 20.79%
R=37.62%
G=41.58%
B=20.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114126630.1000.500.5171.4333.3337.06
Hex727E3FA03233472125
Octal1621767712062631074145
Binary11100101111110111111101001100101100111000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,126,63); }

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

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

 a { background-color: rgb(114,126,63); }

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

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

 span { border-color: rgb(114,126,63); }

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