#7F934B

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

Shades of Wasabi #7F934B

Tints of Wasabi #7F934B

Color information

#7F934B (or 0x7F934B) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 4B. RGB value is (127,147,75). Sum of RGB (Red+Green+Blue) = 127+147+75=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #7F934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F934B is #806CB4. Grayscale: #858585. Windows color (decimal): -8416437 or 4952959. OLE color: 4952959.

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

Color convert

RGB12714775-
CMYK0.1400.490.42
HSL76.67º32.43%43.53%-
HSV(B)76.67º48.98%57.65%-
XYZ20.4625.8910.58-
YUV132.8195.37123.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=36.39%
G=42.12%
B=21.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147750.1400.490.4276.6732.4343.53
Hex7F934BE0312A4d202c
Octal17722311316061521154054
Binary1111111100100111001011111001100011010101001101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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