Shades of Sushi #6DA438
Tints of Sushi #6DA438
RGB
CMYK
RGB Variations
Color information
#6DA438 (or 0x6DA438) is known color: Sushi. HEX triplet: 6D, A4 and 38. RGB value is (109,164,56). Sum of RGB (Red+Green+Blue) = 109+164+56=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA438 is #925BC7. Grayscale: #878787. Windows color (decimal): -9591752 or 3712109. OLE color: 3712109.
HSL color Cylindrical-coordinate representation of color #6DA438: hue angle of 90.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6DA438 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 56 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.36 |
| HSL | 90.56º | 0.49% | 0.43% | - |
| HSV(B) | 90.56º | 0.66% | 0.64% | - |
| XYZ | 20.3 | 30.09 | 8.48 | - |
| YUV | 135.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 56 | 0.34 | 0 | 0.66 | 0.36 | 90.56 | 0.49 | 0.43 |
| Hex | 6D | A4 | 38 | 22 | 0 | 42 | 24 | 5B | 31 | 2B |
| Octal | 155 | 244 | 70 | 42 | 0 | 102 | 44 | 133 | 61 | 53 |
| Binary | 1101101 | 10100100 | 111000 | 100010 | 0 | 1000010 | 100100 | 1011011 | 110001 | 101011 |
Color Harmonies of #6DA438
Complementary color
Monochromatic Colors of #6DA438
Black with #6DA438
Text Example
Text Example
White with #6DA438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA438; }
p { color: rgb(109,164,56); }
H1.HeaderClassName
{
color: #6DA438;
}
.AnyTagClassName
{
color: #6DA438;
}
</style>
background-color css
<style>
a { background-color: #6DA438; }
a { background-color: rgb(109,164,56); }
div.DivClassName
{
background-color: #6DA438;
}
.BgClassName
{
background-color: #6DA438;
}
</style>
border-color css
<style>
span { border-color: #6DA438; }
span { border-color: rgb(109,164,56); }
td.TdClassName
{
border-color: #6DA438;
}
.TagClassName
{
border-color: #6DA438;
}
</style>