Shades of Fiji Green #5C6A02
Tints of Fiji Green #5C6A02
RGB
CMYK
RGB Variations
Color information
#5C6A02 (or 0x5C6A02) is known color: Fiji Green. HEX triplet: 5C, 6A and 02. RGB value is (92,106,2). Sum of RGB (Red+Green+Blue) = 92+106+2=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6A02 is #A395FD. Grayscale: #5A5A5A. Windows color (decimal): -10720766 or 158300. OLE color: 158300.
HSL color Cylindrical-coordinate representation of color #5C6A02: hue angle of 68.08º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C6A02 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 106 | 2 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.58 |
| HSL | 68.08º | 0.96% | 0.21% | - |
| HSV(B) | 68.08º | 0.98% | 0.42% | - |
| XYZ | 9.58 | 12.59 | 1.98 | - |
| YUV | 89.96 | 78.36 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 106 | 2 | 0.13 | 0 | 0.98 | 0.58 | 68.08 | 0.96 | 0.21 |
| Hex | 5C | 6A | 2 | D | 0 | 62 | 3A | 44 | 60 | 15 |
| Octal | 134 | 152 | 2 | 15 | 0 | 142 | 72 | 104 | 140 | 25 |
| Binary | 1011100 | 1101010 | 10 | 1101 | 0 | 1100010 | 111010 | 1000100 | 1100000 | 10101 |
Color Harmonies of #5C6A02
Complementary color
Monochromatic Colors of #5C6A02
Black with #5C6A02
Text Example
Text Example
White with #5C6A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6A02; }
p { color: rgb(92,106,2); }
H1.HeaderClassName
{
color: #5C6A02;
}
.AnyTagClassName
{
color: #5C6A02;
}
</style>
background-color css
<style>
a { background-color: #5C6A02; }
a { background-color: rgb(92,106,2); }
div.DivClassName
{
background-color: #5C6A02;
}
.BgClassName
{
background-color: #5C6A02;
}
</style>
border-color css
<style>
span { border-color: #5C6A02; }
span { border-color: rgb(92,106,2); }
td.TdClassName
{
border-color: #5C6A02;
}
.TagClassName
{
border-color: #5C6A02;
}
</style>