Shades of Fiji Green #5D760C
Tints of Fiji Green #5D760C
RGB
CMYK
RGB Variations
Color information
#5D760C (or 0x5D760C) is known color: Fiji Green. HEX triplet: 5D, 76 and 0C. RGB value is (93,118,12). Sum of RGB (Red+Green+Blue) = 93+118+12=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #5D760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D760C is #A289F3. Grayscale: #626262. Windows color (decimal): -10652148 or 816733. OLE color: 816733.
HSL color Cylindrical-coordinate representation of color #5D760C: hue angle of 74.15º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D760C is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 12 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.54 |
| HSL | 74.15º | 0.82% | 0.25% | - |
| HSV(B) | 74.15º | 0.9% | 0.46% | - |
| XYZ | 11.06 | 15.31 | 2.72 | - |
| YUV | 98.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 12 | 0.21 | 0 | 0.90 | 0.54 | 74.15 | 0.82 | 0.25 |
| Hex | 5D | 76 | C | 15 | 0 | 5A | 36 | 4A | 52 | 19 |
| Octal | 135 | 166 | 14 | 25 | 0 | 132 | 66 | 112 | 122 | 31 |
| Binary | 1011101 | 1110110 | 1100 | 10101 | 0 | 1011010 | 110110 | 1001010 | 1010010 | 11001 |
Color Harmonies of #5D760C
Complementary color
Monochromatic Colors of #5D760C
Black with #5D760C
Text Example
Text Example
White with #5D760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D760C; }
p { color: rgb(93,118,12); }
H1.HeaderClassName
{
color: #5D760C;
}
.AnyTagClassName
{
color: #5D760C;
}
</style>
background-color css
<style>
a { background-color: #5D760C; }
a { background-color: rgb(93,118,12); }
div.DivClassName
{
background-color: #5D760C;
}
.BgClassName
{
background-color: #5D760C;
}
</style>
border-color css
<style>
span { border-color: #5D760C; }
span { border-color: rgb(93,118,12); }
td.TdClassName
{
border-color: #5D760C;
}
.TagClassName
{
border-color: #5D760C;
}
</style>