Shades of Wasabi #758933
Tints of Wasabi #758933
RGB
CMYK
RGB Variations
Color information
#758933 (or 0x758933) is known color: Wasabi. HEX triplet: 75, 89 and 33. RGB value is (117,137,51). Sum of RGB (Red+Green+Blue) = 117+137+51=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #758933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758933 is #8A76CC. Grayscale: #797979. Windows color (decimal): -9074381 or 3377525. OLE color: 3377525.
HSL color Cylindrical-coordinate representation of color #758933: hue angle of 73.95º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #758933 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 51 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.46 |
| HSL | 73.95º | 0.46% | 0.37% | - |
| HSV(B) | 73.95º | 0.63% | 0.54% | - |
| XYZ | 16.88 | 21.91 | 6.47 | - |
| YUV | 121.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 51 | 0.15 | 0 | 0.63 | 0.46 | 73.95 | 0.46 | 0.37 |
| Hex | 75 | 89 | 33 | F | 0 | 3F | 2E | 4A | 2E | 25 |
| Octal | 165 | 211 | 63 | 17 | 0 | 77 | 56 | 112 | 56 | 45 |
| Binary | 1110101 | 10001001 | 110011 | 1111 | 0 | 111111 | 101110 | 1001010 | 101110 | 100101 |
Color Harmonies of #758933
Complementary color
Monochromatic Colors of #758933
Black with #758933
Text Example
Text Example
White with #758933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758933; }
p { color: rgb(117,137,51); }
H1.HeaderClassName
{
color: #758933;
}
.AnyTagClassName
{
color: #758933;
}
</style>
background-color css
<style>
a { background-color: #758933; }
a { background-color: rgb(117,137,51); }
div.DivClassName
{
background-color: #758933;
}
.BgClassName
{
background-color: #758933;
}
</style>
border-color css
<style>
span { border-color: #758933; }
span { border-color: rgb(117,137,51); }
td.TdClassName
{
border-color: #758933;
}
.TagClassName
{
border-color: #758933;
}
</style>