Shades of Fiji Green #5C6701
Tints of Fiji Green #5C6701
RGB
CMYK
RGB Variations
Color information
#5C6701 (or 0x5C6701) is known color: Fiji Green. HEX triplet: 5C, 67 and 01. RGB value is (92,103,1). Sum of RGB (Red+Green+Blue) = 92+103+1=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #5C6701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6701 is #A398FE. Grayscale: #585858. Windows color (decimal): -10721535 or 91996. OLE color: 91996.
HSL color Cylindrical-coordinate representation of color #5C6701: hue angle of 66.47º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C6701 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 103 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.60 |
| HSL | 66.47º | 0.98% | 0.2% | - |
| HSV(B) | 66.47º | 0.99% | 0.4% | - |
| XYZ | 9.27 | 11.98 | 1.85 | - |
| YUV | 88.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 103 | 1 | 0.11 | 0 | 0.99 | 0.60 | 66.47 | 0.98 | 0.2 |
| Hex | 5C | 67 | 1 | B | 0 | 63 | 3C | 42 | 62 | 14 |
| Octal | 134 | 147 | 1 | 13 | 0 | 143 | 74 | 102 | 142 | 24 |
| Binary | 1011100 | 1100111 | 1 | 1011 | 0 | 1100011 | 111100 | 1000010 | 1100010 | 10100 |
Color Harmonies of #5C6701
Complementary color
Monochromatic Colors of #5C6701
Black with #5C6701
Text Example
Text Example
White with #5C6701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6701; }
p { color: rgb(92,103,1); }
H1.HeaderClassName
{
color: #5C6701;
}
.AnyTagClassName
{
color: #5C6701;
}
</style>
background-color css
<style>
a { background-color: #5C6701; }
a { background-color: rgb(92,103,1); }
div.DivClassName
{
background-color: #5C6701;
}
.BgClassName
{
background-color: #5C6701;
}
</style>
border-color css
<style>
span { border-color: #5C6701; }
span { border-color: rgb(92,103,1); }
td.TdClassName
{
border-color: #5C6701;
}
.TagClassName
{
border-color: #5C6701;
}
</style>