Shades of Fiji Green #5C6702
Tints of Fiji Green #5C6702
RGB
CMYK
RGB Variations
Color information
#5C6702 (or 0x5C6702) is known color: Fiji Green. HEX triplet: 5C, 67 and 02. RGB value is (92,103,2). Sum of RGB (Red+Green+Blue) = 92+103+2=197 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.70% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #5C6702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6702 is #A398FD. Grayscale: #585858. Windows color (decimal): -10721534 or 157532. OLE color: 157532.
HSL color Cylindrical-coordinate representation of color #5C6702: hue angle of 66.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C6702 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 103 | 2 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.60 |
| HSL | 66.53º | 0.96% | 0.21% | - |
| HSV(B) | 66.53º | 0.98% | 0.4% | - |
| XYZ | 9.27 | 11.98 | 1.88 | - |
| YUV | 88.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 103 | 2 | 0.11 | 0 | 0.98 | 0.60 | 66.53 | 0.96 | 0.21 |
| Hex | 5C | 67 | 2 | B | 0 | 62 | 3C | 43 | 60 | 15 |
| Octal | 134 | 147 | 2 | 13 | 0 | 142 | 74 | 103 | 140 | 25 |
| Binary | 1011100 | 1100111 | 10 | 1011 | 0 | 1100010 | 111100 | 1000011 | 1100000 | 10101 |
Color Harmonies of #5C6702
Complementary color
Monochromatic Colors of #5C6702
Black with #5C6702
Text Example
Text Example
White with #5C6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6702; }
p { color: rgb(92,103,2); }
H1.HeaderClassName
{
color: #5C6702;
}
.AnyTagClassName
{
color: #5C6702;
}
</style>
background-color css
<style>
a { background-color: #5C6702; }
a { background-color: rgb(92,103,2); }
div.DivClassName
{
background-color: #5C6702;
}
.BgClassName
{
background-color: #5C6702;
}
</style>
border-color css
<style>
span { border-color: #5C6702; }
span { border-color: rgb(92,103,2); }
td.TdClassName
{
border-color: #5C6702;
}
.TagClassName
{
border-color: #5C6702;
}
</style>