Shades of Fiji Green #68761B
Tints of Fiji Green #68761B
RGB
CMYK
RGB Variations
Color information
#68761B (or 0x68761B) is known color: Fiji Green. HEX triplet: 68, 76 and 1B. RGB value is (104,118,27). Sum of RGB (Red+Green+Blue) = 104+118+27=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #68761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68761B is #9789E4. Grayscale: #676767. Windows color (decimal): -9931237 or 1799784. OLE color: 1799784.
HSL color Cylindrical-coordinate representation of color #68761B: hue angle of 69.23º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68761B is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 27 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.54 |
| HSL | 69.23º | 0.63% | 0.28% | - |
| HSV(B) | 69.23º | 0.77% | 0.46% | - |
| XYZ | 12.39 | 15.98 | 3.47 | - |
| YUV | 103.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 27 | 0.12 | 0 | 0.77 | 0.54 | 69.23 | 0.63 | 0.28 |
| Hex | 68 | 76 | 1B | C | 0 | 4D | 36 | 45 | 3F | 1C |
| Octal | 150 | 166 | 33 | 14 | 0 | 115 | 66 | 105 | 77 | 34 |
| Binary | 1101000 | 1110110 | 11011 | 1100 | 0 | 1001101 | 110110 | 1000101 | 111111 | 11100 |
Color Harmonies of #68761B
Complementary color
Monochromatic Colors of #68761B
Black with #68761B
Text Example
Text Example
White with #68761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68761B; }
p { color: rgb(104,118,27); }
H1.HeaderClassName
{
color: #68761B;
}
.AnyTagClassName
{
color: #68761B;
}
</style>
background-color css
<style>
a { background-color: #68761B; }
a { background-color: rgb(104,118,27); }
div.DivClassName
{
background-color: #68761B;
}
.BgClassName
{
background-color: #68761B;
}
</style>
border-color css
<style>
span { border-color: #68761B; }
span { border-color: rgb(104,118,27); }
td.TdClassName
{
border-color: #68761B;
}
.TagClassName
{
border-color: #68761B;
}
</style>