Shades of Fiji Green #5C6A0D
Tints of Fiji Green #5C6A0D
RGB
CMYK
RGB Variations
Color information
#5C6A0D (or 0x5C6A0D) is known color: Fiji Green. HEX triplet: 5C, 6A and 0D. RGB value is (92,106,13). Sum of RGB (Red+Green+Blue) = 92+106+13=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 106 (41.80% from 255 or 50.24% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6A0D is #A395F2. Grayscale: #5B5B5B. Windows color (decimal): -10720755 or 879196. OLE color: 879196.
HSL color Cylindrical-coordinate representation of color #5C6A0D: hue angle of 69.03º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C6A0D is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 106 | 13 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.58 |
| HSL | 69.03º | 0.78% | 0.23% | - |
| HSV(B) | 69.03º | 0.88% | 0.42% | - |
| XYZ | 9.64 | 12.61 | 2.31 | - |
| YUV | 91.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 106 | 13 | 0.13 | 0 | 0.88 | 0.58 | 69.03 | 0.78 | 0.23 |
| Hex | 5C | 6A | D | D | 0 | 58 | 3A | 45 | 4E | 17 |
| Octal | 134 | 152 | 15 | 15 | 0 | 130 | 72 | 105 | 116 | 27 |
| Binary | 1011100 | 1101010 | 1101 | 1101 | 0 | 1011000 | 111010 | 1000101 | 1001110 | 10111 |
Color Harmonies of #5C6A0D
Complementary color
Monochromatic Colors of #5C6A0D
Black with #5C6A0D
Text Example
Text Example
White with #5C6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6A0D; }
p { color: rgb(92,106,13); }
H1.HeaderClassName
{
color: #5C6A0D;
}
.AnyTagClassName
{
color: #5C6A0D;
}
</style>
background-color css
<style>
a { background-color: #5C6A0D; }
a { background-color: rgb(92,106,13); }
div.DivClassName
{
background-color: #5C6A0D;
}
.BgClassName
{
background-color: #5C6A0D;
}
</style>
border-color css
<style>
span { border-color: #5C6A0D; }
span { border-color: rgb(92,106,13); }
td.TdClassName
{
border-color: #5C6A0D;
}
.TagClassName
{
border-color: #5C6A0D;
}
</style>