Shades of Fiji Green #68781C
Tints of Fiji Green #68781C
RGB
CMYK
RGB Variations
Color information
#68781C (or 0x68781C) is known color: Fiji Green. HEX triplet: 68, 78 and 1C. RGB value is (104,120,28). Sum of RGB (Red+Green+Blue) = 104+120+28=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #68781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68781C is #9787E3. Grayscale: #696969. Windows color (decimal): -9930724 or 1865832. OLE color: 1865832.
HSL color Cylindrical-coordinate representation of color #68781C: hue angle of 70.43º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68781C is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 120 | 28 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.53 |
| HSL | 70.43º | 0.62% | 0.29% | - |
| HSV(B) | 70.43º | 0.77% | 0.47% | - |
| XYZ | 12.63 | 16.46 | 3.61 | - |
| YUV | 104.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 28 | 0.13 | 0 | 0.77 | 0.53 | 70.43 | 0.62 | 0.29 |
| Hex | 68 | 78 | 1C | D | 0 | 4D | 35 | 46 | 3E | 1D |
| Octal | 150 | 170 | 34 | 15 | 0 | 115 | 65 | 106 | 76 | 35 |
| Binary | 1101000 | 1111000 | 11100 | 1101 | 0 | 1001101 | 110101 | 1000110 | 111110 | 11101 |
Color Harmonies of #68781C
Complementary color
Monochromatic Colors of #68781C
Black with #68781C
Text Example
Text Example
White with #68781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68781C; }
p { color: rgb(104,120,28); }
H1.HeaderClassName
{
color: #68781C;
}
.AnyTagClassName
{
color: #68781C;
}
</style>
background-color css
<style>
a { background-color: #68781C; }
a { background-color: rgb(104,120,28); }
div.DivClassName
{
background-color: #68781C;
}
.BgClassName
{
background-color: #68781C;
}
</style>
border-color css
<style>
span { border-color: #68781C; }
span { border-color: rgb(104,120,28); }
td.TdClassName
{
border-color: #68781C;
}
.TagClassName
{
border-color: #68781C;
}
</style>