Shades of Fiji Green #67691B
Tints of Fiji Green #67691B
RGB
CMYK
RGB Variations
Color information
#67691B (or 0x67691B) is known color: Fiji Green. HEX triplet: 67, 69 and 1B. RGB value is (103,105,27). Sum of RGB (Red+Green+Blue) = 103+105+27=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #67691B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67691B is #9896E4. Grayscale: #5F5F5F. Windows color (decimal): -10000101 or 1796455. OLE color: 1796455.
HSL color Cylindrical-coordinate representation of color #67691B: hue angle of 61.54º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67691B is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 105 | 27 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.59 |
| HSL | 61.54º | 0.59% | 0.26% | - |
| HSV(B) | 61.54º | 0.74% | 0.41% | - |
| XYZ | 10.84 | 13.07 | 2.99 | - |
| YUV | 95.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 27 | 0.02 | 0 | 0.74 | 0.59 | 61.54 | 0.59 | 0.26 |
| Hex | 67 | 69 | 1B | 2 | 0 | 4A | 3B | 3E | 3B | 1A |
| Octal | 147 | 151 | 33 | 2 | 0 | 112 | 73 | 76 | 73 | 32 |
| Binary | 1100111 | 1101001 | 11011 | 10 | 0 | 1001010 | 111011 | 111110 | 111011 | 11010 |
Color Harmonies of #67691B
Complementary color
Monochromatic Colors of #67691B
Black with #67691B
Text Example
Text Example
White with #67691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67691B; }
p { color: rgb(103,105,27); }
H1.HeaderClassName
{
color: #67691B;
}
.AnyTagClassName
{
color: #67691B;
}
</style>
background-color css
<style>
a { background-color: #67691B; }
a { background-color: rgb(103,105,27); }
div.DivClassName
{
background-color: #67691B;
}
.BgClassName
{
background-color: #67691B;
}
</style>
border-color css
<style>
span { border-color: #67691B; }
span { border-color: rgb(103,105,27); }
td.TdClassName
{
border-color: #67691B;
}
.TagClassName
{
border-color: #67691B;
}
</style>