Shades of Sushi #6FAB34
Tints of Sushi #6FAB34
RGB
CMYK
RGB Variations
Color information
#6FAB34 (or 0x6FAB34) is known color: Sushi. HEX triplet: 6F, AB and 34. RGB value is (111,171,52). Sum of RGB (Red+Green+Blue) = 111+171+52=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAB34 is #9054CB. Grayscale: #8B8B8B. Windows color (decimal): -9458892 or 3451759. OLE color: 3451759.
HSL color Cylindrical-coordinate representation of color #6FAB34: hue angle of 90.25º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6FAB34 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 52 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.33 |
| HSL | 90.25º | 0.53% | 0.44% | - |
| HSV(B) | 90.25º | 0.7% | 0.67% | - |
| XYZ | 21.74 | 32.75 | 8.43 | - |
| YUV | 139.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 52 | 0.35 | 0 | 0.70 | 0.33 | 90.25 | 0.53 | 0.44 |
| Hex | 6F | AB | 34 | 23 | 0 | 46 | 21 | 5A | 35 | 2C |
| Octal | 157 | 253 | 64 | 43 | 0 | 106 | 41 | 132 | 65 | 54 |
| Binary | 1101111 | 10101011 | 110100 | 100011 | 0 | 1000110 | 100001 | 1011010 | 110101 | 101100 |
Color Harmonies of #6FAB34
Complementary color
Monochromatic Colors of #6FAB34
Black with #6FAB34
Text Example
Text Example
White with #6FAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB34; }
p { color: rgb(111,171,52); }
H1.HeaderClassName
{
color: #6FAB34;
}
.AnyTagClassName
{
color: #6FAB34;
}
</style>
background-color css
<style>
a { background-color: #6FAB34; }
a { background-color: rgb(111,171,52); }
div.DivClassName
{
background-color: #6FAB34;
}
.BgClassName
{
background-color: #6FAB34;
}
</style>
border-color css
<style>
span { border-color: #6FAB34; }
span { border-color: rgb(111,171,52); }
td.TdClassName
{
border-color: #6FAB34;
}
.TagClassName
{
border-color: #6FAB34;
}
</style>