Shades of Fiji Green #5C6305
Tints of Fiji Green #5C6305
RGB
CMYK
RGB Variations
Color information
#5C6305 (or 0x5C6305) is known color: Fiji Green. HEX triplet: 5C, 63 and 05. RGB value is (92,99,5). Sum of RGB (Red+Green+Blue) = 92+99+5=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6305 is #A39CFA. Grayscale: #565656. Windows color (decimal): -10722555 or 353116. OLE color: 353116.
HSL color Cylindrical-coordinate representation of color #5C6305: hue angle of 64.47º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C6305 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 5 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.61 |
| HSL | 64.47º | 0.9% | 0.2% | - |
| HSV(B) | 64.47º | 0.95% | 0.39% | - |
| XYZ | 8.9 | 11.21 | 1.84 | - |
| YUV | 86.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 5 | 0.07 | 0 | 0.95 | 0.61 | 64.47 | 0.9 | 0.2 |
| Hex | 5C | 63 | 5 | 7 | 0 | 5F | 3D | 40 | 5A | 14 |
| Octal | 134 | 143 | 5 | 7 | 0 | 137 | 75 | 100 | 132 | 24 |
| Binary | 1011100 | 1100011 | 101 | 111 | 0 | 1011111 | 111101 | 1000000 | 1011010 | 10100 |
Color Harmonies of #5C6305
Complementary color
Monochromatic Colors of #5C6305
Black with #5C6305
Text Example
Text Example
White with #5C6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6305; }
p { color: rgb(92,99,5); }
H1.HeaderClassName
{
color: #5C6305;
}
.AnyTagClassName
{
color: #5C6305;
}
</style>
background-color css
<style>
a { background-color: #5C6305; }
a { background-color: rgb(92,99,5); }
div.DivClassName
{
background-color: #5C6305;
}
.BgClassName
{
background-color: #5C6305;
}
</style>
border-color css
<style>
span { border-color: #5C6305; }
span { border-color: rgb(92,99,5); }
td.TdClassName
{
border-color: #5C6305;
}
.TagClassName
{
border-color: #5C6305;
}
</style>