#7F9336

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

Shades of Wasabi #7F9336

Tints of Wasabi #7F9336

Color information

#7F9336 (or 0x7F9336) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 36. RGB value is (127,147,54). Sum of RGB (Red+Green+Blue) = 127+147+54=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9336 is #806CC9. Grayscale: #828282. Windows color (decimal): -8416458 or 3576703. OLE color: 3576703.

HSL color Cylindrical-coordinate representation of color #7F9336: hue angle of 72.9º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F9336 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB12714754-
CMYK0.1400.630.42
HSL72.9º46.27%39.41%-
HSV(B)72.9º63.27%57.65%-
XYZ19.8525.657.39-
YUV130.4284.87125.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=38.72%
G=44.82%
B=16.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147540.1400.630.4272.946.2739.41
Hex7F9336E03F2A492e27
Octal1772236616077521115647
Binary111111110010011110110111001111111010101001001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F9336; }

 p { color: rgb(127,147,54); }

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

<style>
 a { background-color: #7F9336; }

 a { background-color: rgb(127,147,54); }

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

<style>
 span { border-color: #7F9336; }

 span { border-color: rgb(127,147,54); }

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