Shades of Fiji Green #67680F
Tints of Fiji Green #67680F
RGB
CMYK
RGB Variations
Color information
#67680F (or 0x67680F) is known color: Fiji Green. HEX triplet: 67, 68 and 0F. RGB value is (103,104,15). Sum of RGB (Red+Green+Blue) = 103+104+15=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #67680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67680F is #9897F0. Grayscale: #5D5D5D. Windows color (decimal): -10000369 or 1009767. OLE color: 1009767.
HSL color Cylindrical-coordinate representation of color #67680F: hue angle of 60.67º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67680F is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 15 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.59 |
| HSL | 60.67º | 0.75% | 0.23% | - |
| HSV(B) | 60.67º | 0.86% | 0.41% | - |
| XYZ | 10.63 | 12.82 | 2.37 | - |
| YUV | 93.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 15 | 0.01 | 0 | 0.86 | 0.59 | 60.67 | 0.75 | 0.23 |
| Hex | 67 | 68 | F | 1 | 0 | 56 | 3B | 3D | 4B | 17 |
| Octal | 147 | 150 | 17 | 1 | 0 | 126 | 73 | 75 | 113 | 27 |
| Binary | 1100111 | 1101000 | 1111 | 1 | 0 | 1010110 | 111011 | 111101 | 1001011 | 10111 |
Color Harmonies of #67680F
Complementary color
Monochromatic Colors of #67680F
Black with #67680F
Text Example
Text Example
White with #67680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67680F; }
p { color: rgb(103,104,15); }
H1.HeaderClassName
{
color: #67680F;
}
.AnyTagClassName
{
color: #67680F;
}
</style>
background-color css
<style>
a { background-color: #67680F; }
a { background-color: rgb(103,104,15); }
div.DivClassName
{
background-color: #67680F;
}
.BgClassName
{
background-color: #67680F;
}
</style>
border-color css
<style>
span { border-color: #67680F; }
span { border-color: rgb(103,104,15); }
td.TdClassName
{
border-color: #67680F;
}
.TagClassName
{
border-color: #67680F;
}
</style>