Shades of Fiji Green #657808
Tints of Fiji Green #657808
RGB
CMYK
RGB Variations
Color information
#657808 (or 0x657808) is known color: Fiji Green. HEX triplet: 65, 78 and 08. RGB value is (101,120,8). Sum of RGB (Red+Green+Blue) = 101+120+8=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #657808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657808 is #9A87F7. Grayscale: #656565. Windows color (decimal): -10127352 or 555109. OLE color: 555109.
HSL color Cylindrical-coordinate representation of color #657808: hue angle of 70.18º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #657808 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 8 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.53 |
| HSL | 70.18º | 0.88% | 0.25% | - |
| HSV(B) | 70.18º | 0.93% | 0.47% | - |
| XYZ | 12.13 | 16.22 | 2.72 | - |
| YUV | 101.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 8 | 0.16 | 0 | 0.93 | 0.53 | 70.18 | 0.88 | 0.25 |
| Hex | 65 | 78 | 8 | 10 | 0 | 5D | 35 | 46 | 58 | 19 |
| Octal | 145 | 170 | 10 | 20 | 0 | 135 | 65 | 106 | 130 | 31 |
| Binary | 1100101 | 1111000 | 1000 | 10000 | 0 | 1011101 | 110101 | 1000110 | 1011000 | 11001 |
Color Harmonies of #657808
Complementary color
Monochromatic Colors of #657808
Black with #657808
Text Example
Text Example
White with #657808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657808; }
p { color: rgb(101,120,8); }
H1.HeaderClassName
{
color: #657808;
}
.AnyTagClassName
{
color: #657808;
}
</style>
background-color css
<style>
a { background-color: #657808; }
a { background-color: rgb(101,120,8); }
div.DivClassName
{
background-color: #657808;
}
.BgClassName
{
background-color: #657808;
}
</style>
border-color css
<style>
span { border-color: #657808; }
span { border-color: rgb(101,120,8); }
td.TdClassName
{
border-color: #657808;
}
.TagClassName
{
border-color: #657808;
}
</style>