Shades of Fiji Green #656708
Tints of Fiji Green #656708
RGB
CMYK
RGB Variations
Color information
#656708 (or 0x656708) is known color: Fiji Green. HEX triplet: 65, 67 and 08. RGB value is (101,103,8). Sum of RGB (Red+Green+Blue) = 101+103+8=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #656708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656708 is #9A98F7. Grayscale: #5B5B5B. Windows color (decimal): -10131704 or 550757. OLE color: 550757.
HSL color Cylindrical-coordinate representation of color #656708: hue angle of 61.26º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #656708 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 8 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.60 |
| HSL | 61.26º | 0.86% | 0.22% | - |
| HSV(B) | 61.26º | 0.92% | 0.4% | - |
| XYZ | 10.26 | 12.48 | 2.1 | - |
| YUV | 91.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 8 | 0.02 | 0 | 0.92 | 0.60 | 61.26 | 0.86 | 0.22 |
| Hex | 65 | 67 | 8 | 2 | 0 | 5C | 3C | 3D | 56 | 16 |
| Octal | 145 | 147 | 10 | 2 | 0 | 134 | 74 | 75 | 126 | 26 |
| Binary | 1100101 | 1100111 | 1000 | 10 | 0 | 1011100 | 111100 | 111101 | 1010110 | 10110 |
Color Harmonies of #656708
Complementary color
Monochromatic Colors of #656708
Black with #656708
Text Example
Text Example
White with #656708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656708; }
p { color: rgb(101,103,8); }
H1.HeaderClassName
{
color: #656708;
}
.AnyTagClassName
{
color: #656708;
}
</style>
background-color css
<style>
a { background-color: #656708; }
a { background-color: rgb(101,103,8); }
div.DivClassName
{
background-color: #656708;
}
.BgClassName
{
background-color: #656708;
}
</style>
border-color css
<style>
span { border-color: #656708; }
span { border-color: rgb(101,103,8); }
td.TdClassName
{
border-color: #656708;
}
.TagClassName
{
border-color: #656708;
}
</style>