Shades of Fiji Green #5D6627
Tints of Fiji Green #5D6627
RGB
CMYK
RGB Variations
Color information
#5D6627 (or 0x5D6627) is known color: Fiji Green. HEX triplet: 5D, 66 and 27. RGB value is (93,102,39). Sum of RGB (Red+Green+Blue) = 93+102+39=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6627 is #A299D8. Grayscale: #5C5C5C. Windows color (decimal): -10656217 or 2582109. OLE color: 2582109.
HSL color Cylindrical-coordinate representation of color #5D6627: hue angle of 68.57º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D6627 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 39 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.6 |
| HSL | 68.57º | 0.45% | 0.28% | - |
| HSV(B) | 68.57º | 0.62% | 0.4% | - |
| XYZ | 9.63 | 11.98 | 3.72 | - |
| YUV | 92.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 39 | 0.09 | 0 | 0.62 | 0.6 | 68.57 | 0.45 | 0.28 |
| Hex | 5D | 66 | 27 | 9 | 0 | 3E | 3C | 45 | 2D | 1C |
| Octal | 135 | 146 | 47 | 11 | 0 | 76 | 74 | 105 | 55 | 34 |
| Binary | 1011101 | 1100110 | 100111 | 1001 | 0 | 111110 | 111100 | 1000101 | 101101 | 11100 |
Color Harmonies of #5D6627
Complementary color
Monochromatic Colors of #5D6627
Black with #5D6627
Text Example
Text Example
White with #5D6627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6627; }
p { color: rgb(93,102,39); }
H1.HeaderClassName
{
color: #5D6627;
}
.AnyTagClassName
{
color: #5D6627;
}
</style>
background-color css
<style>
a { background-color: #5D6627; }
a { background-color: rgb(93,102,39); }
div.DivClassName
{
background-color: #5D6627;
}
.BgClassName
{
background-color: #5D6627;
}
</style>
border-color css
<style>
span { border-color: #5D6627; }
span { border-color: rgb(93,102,39); }
td.TdClassName
{
border-color: #5D6627;
}
.TagClassName
{
border-color: #5D6627;
}
</style>