Shades of Fiji Green #5C6805
Tints of Fiji Green #5C6805
RGB
CMYK
RGB Variations
Color information
#5C6805 (or 0x5C6805) is known color: Fiji Green. HEX triplet: 5C, 68 and 05. RGB value is (92,104,5). Sum of RGB (Red+Green+Blue) = 92+104+5=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #5C6805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6805 is #A397FA. Grayscale: #595959. Windows color (decimal): -10721275 or 354396. OLE color: 354396.
HSL color Cylindrical-coordinate representation of color #5C6805: hue angle of 67.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C6805 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 104 | 5 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.59 |
| HSL | 67.27º | 0.91% | 0.21% | - |
| HSV(B) | 67.27º | 0.95% | 0.41% | - |
| XYZ | 9.39 | 12.19 | 2 | - |
| YUV | 89.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 5 | 0.12 | 0 | 0.95 | 0.59 | 67.27 | 0.91 | 0.21 |
| Hex | 5C | 68 | 5 | C | 0 | 5F | 3B | 43 | 5B | 15 |
| Octal | 134 | 150 | 5 | 14 | 0 | 137 | 73 | 103 | 133 | 25 |
| Binary | 1011100 | 1101000 | 101 | 1100 | 0 | 1011111 | 111011 | 1000011 | 1011011 | 10101 |
Color Harmonies of #5C6805
Complementary color
Monochromatic Colors of #5C6805
Black with #5C6805
Text Example
Text Example
White with #5C6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6805; }
p { color: rgb(92,104,5); }
H1.HeaderClassName
{
color: #5C6805;
}
.AnyTagClassName
{
color: #5C6805;
}
</style>
background-color css
<style>
a { background-color: #5C6805; }
a { background-color: rgb(92,104,5); }
div.DivClassName
{
background-color: #5C6805;
}
.BgClassName
{
background-color: #5C6805;
}
</style>
border-color css
<style>
span { border-color: #5C6805; }
span { border-color: rgb(92,104,5); }
td.TdClassName
{
border-color: #5C6805;
}
.TagClassName
{
border-color: #5C6805;
}
</style>