Shades of Fiji Green #58660C
Tints of Fiji Green #58660C
RGB
CMYK
RGB Variations
Color information
#58660C (or 0x58660C) is known color: Fiji Green. HEX triplet: 58, 66 and 0C. RGB value is (88,102,12). Sum of RGB (Red+Green+Blue) = 88+102+12=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #58660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58660C is #A799F3. Grayscale: #575757. Windows color (decimal): -10983924 or 812632. OLE color: 812632.
HSL color Cylindrical-coordinate representation of color #58660C: hue angle of 69.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58660C is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 102 | 12 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.6 |
| HSL | 69.33º | 0.79% | 0.22% | - |
| HSV(B) | 69.33º | 0.88% | 0.4% | - |
| XYZ | 8.84 | 11.6 | 2.12 | - |
| YUV | 87.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 12 | 0.14 | 0 | 0.88 | 0.6 | 69.33 | 0.79 | 0.22 |
| Hex | 58 | 66 | C | E | 0 | 58 | 3C | 45 | 4F | 16 |
| Octal | 130 | 146 | 14 | 16 | 0 | 130 | 74 | 105 | 117 | 26 |
| Binary | 1011000 | 1100110 | 1100 | 1110 | 0 | 1011000 | 111100 | 1000101 | 1001111 | 10110 |
Color Harmonies of #58660C
Complementary color
Monochromatic Colors of #58660C
Black with #58660C
Text Example
Text Example
White with #58660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58660C; }
p { color: rgb(88,102,12); }
H1.HeaderClassName
{
color: #58660C;
}
.AnyTagClassName
{
color: #58660C;
}
</style>
background-color css
<style>
a { background-color: #58660C; }
a { background-color: rgb(88,102,12); }
div.DivClassName
{
background-color: #58660C;
}
.BgClassName
{
background-color: #58660C;
}
</style>
border-color css
<style>
span { border-color: #58660C; }
span { border-color: rgb(88,102,12); }
td.TdClassName
{
border-color: #58660C;
}
.TagClassName
{
border-color: #58660C;
}
</style>