Shades of Fiji Green #67761B
Tints of Fiji Green #67761B
RGB
CMYK
RGB Variations
Color information
#67761B (or 0x67761B) is known color: Fiji Green. HEX triplet: 67, 76 and 1B. RGB value is (103,118,27). Sum of RGB (Red+Green+Blue) = 103+118+27=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #67761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67761B is #9889E4. Grayscale: #676767. Windows color (decimal): -9996773 or 1799783. OLE color: 1799783.
HSL color Cylindrical-coordinate representation of color #67761B: hue angle of 69.89º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67761B is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 118 | 27 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.54 |
| HSL | 69.89º | 0.63% | 0.28% | - |
| HSV(B) | 69.89º | 0.77% | 0.46% | - |
| XYZ | 12.27 | 15.92 | 3.46 | - |
| YUV | 103.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 27 | 0.13 | 0 | 0.77 | 0.54 | 69.89 | 0.63 | 0.28 |
| Hex | 67 | 76 | 1B | D | 0 | 4D | 36 | 46 | 3F | 1C |
| Octal | 147 | 166 | 33 | 15 | 0 | 115 | 66 | 106 | 77 | 34 |
| Binary | 1100111 | 1110110 | 11011 | 1101 | 0 | 1001101 | 110110 | 1000110 | 111111 | 11100 |
Color Harmonies of #67761B
Complementary color
Monochromatic Colors of #67761B
Black with #67761B
Text Example
Text Example
White with #67761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67761B; }
p { color: rgb(103,118,27); }
H1.HeaderClassName
{
color: #67761B;
}
.AnyTagClassName
{
color: #67761B;
}
</style>
background-color css
<style>
a { background-color: #67761B; }
a { background-color: rgb(103,118,27); }
div.DivClassName
{
background-color: #67761B;
}
.BgClassName
{
background-color: #67761B;
}
</style>
border-color css
<style>
span { border-color: #67761B; }
span { border-color: rgb(103,118,27); }
td.TdClassName
{
border-color: #67761B;
}
.TagClassName
{
border-color: #67761B;
}
</style>