Shades of Sushi #6FAA34
Tints of Sushi #6FAA34
RGB
CMYK
RGB Variations
Color information
#6FAA34 (or 0x6FAA34) is known color: Sushi. HEX triplet: 6F, AA and 34. RGB value is (111,170,52). Sum of RGB (Red+Green+Blue) = 111+170+52=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA34 is #9055CB. Grayscale: #8B8B8B. Windows color (decimal): -9459148 or 3451503. OLE color: 3451503.
HSL color Cylindrical-coordinate representation of color #6FAA34: hue angle of 90º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FAA34 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 52 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.33 |
| HSL | 90º | 0.53% | 0.44% | - |
| HSV(B) | 90º | 0.69% | 0.67% | - |
| XYZ | 21.55 | 32.38 | 8.36 | - |
| YUV | 138.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 52 | 0.35 | 0 | 0.69 | 0.33 | 90 | 0.53 | 0.44 |
| Hex | 6F | AA | 34 | 23 | 0 | 45 | 21 | 5A | 35 | 2C |
| Octal | 157 | 252 | 64 | 43 | 0 | 105 | 41 | 132 | 65 | 54 |
| Binary | 1101111 | 10101010 | 110100 | 100011 | 0 | 1000101 | 100001 | 1011010 | 110101 | 101100 |
Color Harmonies of #6FAA34
Complementary color
Monochromatic Colors of #6FAA34
Black with #6FAA34
Text Example
Text Example
White with #6FAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA34; }
p { color: rgb(111,170,52); }
H1.HeaderClassName
{
color: #6FAA34;
}
.AnyTagClassName
{
color: #6FAA34;
}
</style>
background-color css
<style>
a { background-color: #6FAA34; }
a { background-color: rgb(111,170,52); }
div.DivClassName
{
background-color: #6FAA34;
}
.BgClassName
{
background-color: #6FAA34;
}
</style>
border-color css
<style>
span { border-color: #6FAA34; }
span { border-color: rgb(111,170,52); }
td.TdClassName
{
border-color: #6FAA34;
}
.TagClassName
{
border-color: #6FAA34;
}
</style>