Shades of Fiji Green #5C6912
Tints of Fiji Green #5C6912
RGB
CMYK
RGB Variations
Color information
#5C6912 (or 0x5C6912) is known color: Fiji Green. HEX triplet: 5C, 69 and 12. RGB value is (92,105,18). Sum of RGB (Red+Green+Blue) = 92+105+18=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #5C6912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6912 is #A396ED. Grayscale: #5B5B5B. Windows color (decimal): -10721006 or 1206620. OLE color: 1206620.
HSL color Cylindrical-coordinate representation of color #5C6912: hue angle of 68.97º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C6912 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 105 | 18 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.59 |
| HSL | 68.97º | 0.71% | 0.24% | - |
| HSV(B) | 68.97º | 0.83% | 0.41% | - |
| XYZ | 9.57 | 12.42 | 2.47 | - |
| YUV | 91.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 18 | 0.12 | 0 | 0.83 | 0.59 | 68.97 | 0.71 | 0.24 |
| Hex | 5C | 69 | 12 | C | 0 | 53 | 3B | 45 | 47 | 18 |
| Octal | 134 | 151 | 22 | 14 | 0 | 123 | 73 | 105 | 107 | 30 |
| Binary | 1011100 | 1101001 | 10010 | 1100 | 0 | 1010011 | 111011 | 1000101 | 1000111 | 11000 |
Color Harmonies of #5C6912
Complementary color
Monochromatic Colors of #5C6912
Black with #5C6912
Text Example
Text Example
White with #5C6912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6912; }
p { color: rgb(92,105,18); }
H1.HeaderClassName
{
color: #5C6912;
}
.AnyTagClassName
{
color: #5C6912;
}
</style>
background-color css
<style>
a { background-color: #5C6912; }
a { background-color: rgb(92,105,18); }
div.DivClassName
{
background-color: #5C6912;
}
.BgClassName
{
background-color: #5C6912;
}
</style>
border-color css
<style>
span { border-color: #5C6912; }
span { border-color: rgb(92,105,18); }
td.TdClassName
{
border-color: #5C6912;
}
.TagClassName
{
border-color: #5C6912;
}
</style>