Shades of Fiji Green #68761D
Tints of Fiji Green #68761D
RGB
CMYK
RGB Variations
Color information
#68761D (or 0x68761D) is known color: Fiji Green. HEX triplet: 68, 76 and 1D. RGB value is (104,118,29). Sum of RGB (Red+Green+Blue) = 104+118+29=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #68761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68761D is #9789E2. Grayscale: #686868. Windows color (decimal): -9931235 or 1930856. OLE color: 1930856.
HSL color Cylindrical-coordinate representation of color #68761D: hue angle of 69.44º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68761D is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 29 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.54 |
| HSL | 69.44º | 0.61% | 0.29% | - |
| HSV(B) | 69.44º | 0.75% | 0.46% | - |
| XYZ | 12.41 | 15.99 | 3.59 | - |
| YUV | 103.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 29 | 0.12 | 0 | 0.75 | 0.54 | 69.44 | 0.61 | 0.29 |
| Hex | 68 | 76 | 1D | C | 0 | 4B | 36 | 45 | 3D | 1D |
| Octal | 150 | 166 | 35 | 14 | 0 | 113 | 66 | 105 | 75 | 35 |
| Binary | 1101000 | 1110110 | 11101 | 1100 | 0 | 1001011 | 110110 | 1000101 | 111101 | 11101 |
Color Harmonies of #68761D
Complementary color
Monochromatic Colors of #68761D
Black with #68761D
Text Example
Text Example
White with #68761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68761D; }
p { color: rgb(104,118,29); }
H1.HeaderClassName
{
color: #68761D;
}
.AnyTagClassName
{
color: #68761D;
}
</style>
background-color css
<style>
a { background-color: #68761D; }
a { background-color: rgb(104,118,29); }
div.DivClassName
{
background-color: #68761D;
}
.BgClassName
{
background-color: #68761D;
}
</style>
border-color css
<style>
span { border-color: #68761D; }
span { border-color: rgb(104,118,29); }
td.TdClassName
{
border-color: #68761D;
}
.TagClassName
{
border-color: #68761D;
}
</style>