Shades of Fiji Green #5D6902
Tints of Fiji Green #5D6902
RGB
CMYK
RGB Variations
Color information
#5D6902 (or 0x5D6902) is known color: Fiji Green. HEX triplet: 5D, 69 and 02. RGB value is (93,105,2). Sum of RGB (Red+Green+Blue) = 93+105+2=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #5D6902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6902 is #A296FD. Grayscale: #5A5A5A. Windows color (decimal): -10655486 or 158045. OLE color: 158045.
HSL color Cylindrical-coordinate representation of color #5D6902: hue angle of 66.99º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D6902 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 105 | 2 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.59 |
| HSL | 66.99º | 0.96% | 0.21% | - |
| HSV(B) | 66.99º | 0.98% | 0.41% | - |
| XYZ | 9.58 | 12.43 | 1.95 | - |
| YUV | 89.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 105 | 2 | 0.11 | 0 | 0.98 | 0.59 | 66.99 | 0.96 | 0.21 |
| Hex | 5D | 69 | 2 | B | 0 | 62 | 3B | 43 | 60 | 15 |
| Octal | 135 | 151 | 2 | 13 | 0 | 142 | 73 | 103 | 140 | 25 |
| Binary | 1011101 | 1101001 | 10 | 1011 | 0 | 1100010 | 111011 | 1000011 | 1100000 | 10101 |
Color Harmonies of #5D6902
Complementary color
Monochromatic Colors of #5D6902
Black with #5D6902
Text Example
Text Example
White with #5D6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6902; }
p { color: rgb(93,105,2); }
H1.HeaderClassName
{
color: #5D6902;
}
.AnyTagClassName
{
color: #5D6902;
}
</style>
background-color css
<style>
a { background-color: #5D6902; }
a { background-color: rgb(93,105,2); }
div.DivClassName
{
background-color: #5D6902;
}
.BgClassName
{
background-color: #5D6902;
}
</style>
border-color css
<style>
span { border-color: #5D6902; }
span { border-color: rgb(93,105,2); }
td.TdClassName
{
border-color: #5D6902;
}
.TagClassName
{
border-color: #5D6902;
}
</style>