Shades of Fiji Green #5D661A
Tints of Fiji Green #5D661A
RGB
CMYK
RGB Variations
Color information
#5D661A (or 0x5D661A) is known color: Fiji Green. HEX triplet: 5D, 66 and 1A. RGB value is (93,102,26). Sum of RGB (Red+Green+Blue) = 93+102+26=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #5D661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D661A is #A299E5. Grayscale: #5A5A5A. Windows color (decimal): -10656230 or 1730141. OLE color: 1730141.
HSL color Cylindrical-coordinate representation of color #5D661A: hue angle of 67.11º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D661A is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 26 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.6 |
| HSL | 67.11º | 0.59% | 0.25% | - |
| HSV(B) | 67.11º | 0.75% | 0.4% | - |
| XYZ | 9.45 | 11.9 | 2.78 | - |
| YUV | 90.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 26 | 0.09 | 0 | 0.75 | 0.6 | 67.11 | 0.59 | 0.25 |
| Hex | 5D | 66 | 1A | 9 | 0 | 4B | 3C | 43 | 3B | 19 |
| Octal | 135 | 146 | 32 | 11 | 0 | 113 | 74 | 103 | 73 | 31 |
| Binary | 1011101 | 1100110 | 11010 | 1001 | 0 | 1001011 | 111100 | 1000011 | 111011 | 11001 |
Color Harmonies of #5D661A
Complementary color
Monochromatic Colors of #5D661A
Black with #5D661A
Text Example
Text Example
White with #5D661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D661A; }
p { color: rgb(93,102,26); }
H1.HeaderClassName
{
color: #5D661A;
}
.AnyTagClassName
{
color: #5D661A;
}
</style>
background-color css
<style>
a { background-color: #5D661A; }
a { background-color: rgb(93,102,26); }
div.DivClassName
{
background-color: #5D661A;
}
.BgClassName
{
background-color: #5D661A;
}
</style>
border-color css
<style>
span { border-color: #5D661A; }
span { border-color: rgb(93,102,26); }
td.TdClassName
{
border-color: #5D661A;
}
.TagClassName
{
border-color: #5D661A;
}
</style>