#7F9333

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

Shades of Wasabi #7F9333

Tints of Wasabi #7F9333

Color information

#7F9333 (or 0x7F9333) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 33. RGB value is (127,147,51). Sum of RGB (Red+Green+Blue) = 127+147+51=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9333 is #806CCC. Grayscale: #828282. Windows color (decimal): -8416461 or 3380095. OLE color: 3380095.

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

Color convert

RGB12714751-
CMYK0.1400.650.42
HSL72.5º48.48%38.82%-
HSV(B)72.5º65.31%57.65%-
XYZ19.7825.627.03-
YUV130.0883.37125.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.08%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=39.08%
G=45.23%
B=15.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147510.1400.650.4272.548.4838.82
Hex7F9333E0412A483027
Octal17722363160101521106047
Binary1111111100100111100111110010000011010101001000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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