Shades of Fiji Green #5C701A
Tints of Fiji Green #5C701A
RGB
CMYK
RGB Variations
Color information
#5C701A (or 0x5C701A) is known color: Fiji Green. HEX triplet: 5C, 70 and 1A. RGB value is (92,112,26). Sum of RGB (Red+Green+Blue) = 92+112+26=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #5C701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C701A is #A38FE5. Grayscale: #606060. Windows color (decimal): -10719206 or 1732700. OLE color: 1732700.
HSL color Cylindrical-coordinate representation of color #5C701A: hue angle of 73.95º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C701A is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 26 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.56 |
| HSL | 73.95º | 0.62% | 0.27% | - |
| HSV(B) | 73.95º | 0.77% | 0.44% | - |
| XYZ | 10.39 | 13.94 | 3.12 | - |
| YUV | 96.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 26 | 0.18 | 0 | 0.77 | 0.56 | 73.95 | 0.62 | 0.27 |
| Hex | 5C | 70 | 1A | 12 | 0 | 4D | 38 | 4A | 3E | 1B |
| Octal | 134 | 160 | 32 | 22 | 0 | 115 | 70 | 112 | 76 | 33 |
| Binary | 1011100 | 1110000 | 11010 | 10010 | 0 | 1001101 | 111000 | 1001010 | 111110 | 11011 |
Color Harmonies of #5C701A
Complementary color
Monochromatic Colors of #5C701A
Black with #5C701A
Text Example
Text Example
White with #5C701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C701A; }
p { color: rgb(92,112,26); }
H1.HeaderClassName
{
color: #5C701A;
}
.AnyTagClassName
{
color: #5C701A;
}
</style>
background-color css
<style>
a { background-color: #5C701A; }
a { background-color: rgb(92,112,26); }
div.DivClassName
{
background-color: #5C701A;
}
.BgClassName
{
background-color: #5C701A;
}
</style>
border-color css
<style>
span { border-color: #5C701A; }
span { border-color: rgb(92,112,26); }
td.TdClassName
{
border-color: #5C701A;
}
.TagClassName
{
border-color: #5C701A;
}
</style>