Shades of Fiji Green #68790C
Tints of Fiji Green #68790C
RGB
CMYK
RGB Variations
Color information
#68790C (or 0x68790C) is known color: Fiji Green. HEX triplet: 68, 79 and 0C. RGB value is (104,121,12). Sum of RGB (Red+Green+Blue) = 104+121+12=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #68790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68790C is #9786F3. Grayscale: #676767. Windows color (decimal): -9930484 or 817512. OLE color: 817512.
HSL color Cylindrical-coordinate representation of color #68790C: hue angle of 69.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68790C is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 121 | 12 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.53 |
| HSL | 69.36º | 0.82% | 0.26% | - |
| HSV(B) | 69.36º | 0.9% | 0.47% | - |
| XYZ | 12.61 | 16.64 | 2.9 | - |
| YUV | 103.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 12 | 0.14 | 0 | 0.90 | 0.53 | 69.36 | 0.82 | 0.26 |
| Hex | 68 | 79 | C | E | 0 | 5A | 35 | 45 | 52 | 1A |
| Octal | 150 | 171 | 14 | 16 | 0 | 132 | 65 | 105 | 122 | 32 |
| Binary | 1101000 | 1111001 | 1100 | 1110 | 0 | 1011010 | 110101 | 1000101 | 1010010 | 11010 |
Color Harmonies of #68790C
Complementary color
Monochromatic Colors of #68790C
Black with #68790C
Text Example
Text Example
White with #68790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68790C; }
p { color: rgb(104,121,12); }
H1.HeaderClassName
{
color: #68790C;
}
.AnyTagClassName
{
color: #68790C;
}
</style>
background-color css
<style>
a { background-color: #68790C; }
a { background-color: rgb(104,121,12); }
div.DivClassName
{
background-color: #68790C;
}
.BgClassName
{
background-color: #68790C;
}
</style>
border-color css
<style>
span { border-color: #68790C; }
span { border-color: rgb(104,121,12); }
td.TdClassName
{
border-color: #68790C;
}
.TagClassName
{
border-color: #68790C;
}
</style>