Shades of Fiji Green #67760D
Tints of Fiji Green #67760D
RGB
CMYK
RGB Variations
Color information
#67760D (or 0x67760D) is known color: Fiji Green. HEX triplet: 67, 76 and 0D. RGB value is (103,118,13). Sum of RGB (Red+Green+Blue) = 103+118+13=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #67760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67760D is #9889F2. Grayscale: #656565. Windows color (decimal): -9996787 or 882279. OLE color: 882279.
HSL color Cylindrical-coordinate representation of color #67760D: hue angle of 68.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67760D is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 118 | 13 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.54 |
| HSL | 68.57º | 0.8% | 0.26% | - |
| HSV(B) | 68.57º | 0.89% | 0.46% | - |
| XYZ | 12.14 | 15.87 | 2.8 | - |
| YUV | 101.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 13 | 0.13 | 0 | 0.89 | 0.54 | 68.57 | 0.8 | 0.26 |
| Hex | 67 | 76 | D | D | 0 | 59 | 36 | 45 | 50 | 1A |
| Octal | 147 | 166 | 15 | 15 | 0 | 131 | 66 | 105 | 120 | 32 |
| Binary | 1100111 | 1110110 | 1101 | 1101 | 0 | 1011001 | 110110 | 1000101 | 1010000 | 11010 |
Color Harmonies of #67760D
Complementary color
Monochromatic Colors of #67760D
Black with #67760D
Text Example
Text Example
White with #67760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67760D; }
p { color: rgb(103,118,13); }
H1.HeaderClassName
{
color: #67760D;
}
.AnyTagClassName
{
color: #67760D;
}
</style>
background-color css
<style>
a { background-color: #67760D; }
a { background-color: rgb(103,118,13); }
div.DivClassName
{
background-color: #67760D;
}
.BgClassName
{
background-color: #67760D;
}
</style>
border-color css
<style>
span { border-color: #67760D; }
span { border-color: rgb(103,118,13); }
td.TdClassName
{
border-color: #67760D;
}
.TagClassName
{
border-color: #67760D;
}
</style>