Shades of Fiji Green #5C6703
Tints of Fiji Green #5C6703
RGB
CMYK
RGB Variations
Color information
#5C6703 (or 0x5C6703) is known color: Fiji Green. HEX triplet: 5C, 67 and 03. RGB value is (92,103,3). Sum of RGB (Red+Green+Blue) = 92+103+3=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #5C6703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6703 is #A398FC. Grayscale: #585858. Windows color (decimal): -10721533 or 223068. OLE color: 223068.
HSL color Cylindrical-coordinate representation of color #5C6703: hue angle of 66.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C6703 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 103 | 3 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.60 |
| HSL | 66.6º | 0.94% | 0.21% | - |
| HSV(B) | 66.6º | 0.97% | 0.4% | - |
| XYZ | 9.28 | 11.98 | 1.91 | - |
| YUV | 88.31 | 79.86 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 103 | 3 | 0.11 | 0 | 0.97 | 0.60 | 66.6 | 0.94 | 0.21 |
| Hex | 5C | 67 | 3 | B | 0 | 61 | 3C | 43 | 5E | 15 |
| Octal | 134 | 147 | 3 | 13 | 0 | 141 | 74 | 103 | 136 | 25 |
| Binary | 1011100 | 1100111 | 11 | 1011 | 0 | 1100001 | 111100 | 1000011 | 1011110 | 10101 |
Color Harmonies of #5C6703
Complementary color
Monochromatic Colors of #5C6703
Black with #5C6703
Text Example
Text Example
White with #5C6703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6703; }
p { color: rgb(92,103,3); }
H1.HeaderClassName
{
color: #5C6703;
}
.AnyTagClassName
{
color: #5C6703;
}
</style>
background-color css
<style>
a { background-color: #5C6703; }
a { background-color: rgb(92,103,3); }
div.DivClassName
{
background-color: #5C6703;
}
.BgClassName
{
background-color: #5C6703;
}
</style>
border-color css
<style>
span { border-color: #5C6703; }
span { border-color: rgb(92,103,3); }
td.TdClassName
{
border-color: #5C6703;
}
.TagClassName
{
border-color: #5C6703;
}
</style>