Shades of Fiji Green #6B7619
Tints of Fiji Green #6B7619
RGB
CMYK
RGB Variations
Color information
#6B7619 (or 0x6B7619) is known color: Fiji Green. HEX triplet: 6B, 76 and 19. RGB value is (107,118,25). Sum of RGB (Red+Green+Blue) = 107+118+25=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7619 is #9489E6. Grayscale: #686868. Windows color (decimal): -9734631 or 1668715. OLE color: 1668715.
HSL color Cylindrical-coordinate representation of color #6B7619: hue angle of 67.1º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B7619 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 25 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.54 |
| HSL | 67.1º | 0.65% | 0.28% | - |
| HSV(B) | 67.1º | 0.79% | 0.46% | - |
| XYZ | 12.72 | 16.15 | 3.37 | - |
| YUV | 104.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 25 | 0.09 | 0 | 0.79 | 0.54 | 67.1 | 0.65 | 0.28 |
| Hex | 6B | 76 | 19 | 9 | 0 | 4F | 36 | 43 | 41 | 1C |
| Octal | 153 | 166 | 31 | 11 | 0 | 117 | 66 | 103 | 101 | 34 |
| Binary | 1101011 | 1110110 | 11001 | 1001 | 0 | 1001111 | 110110 | 1000011 | 1000001 | 11100 |
Color Harmonies of #6B7619
Complementary color
Monochromatic Colors of #6B7619
Black with #6B7619
Text Example
Text Example
White with #6B7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7619; }
p { color: rgb(107,118,25); }
H1.HeaderClassName
{
color: #6B7619;
}
.AnyTagClassName
{
color: #6B7619;
}
</style>
background-color css
<style>
a { background-color: #6B7619; }
a { background-color: rgb(107,118,25); }
div.DivClassName
{
background-color: #6B7619;
}
.BgClassName
{
background-color: #6B7619;
}
</style>
border-color css
<style>
span { border-color: #6B7619; }
span { border-color: rgb(107,118,25); }
td.TdClassName
{
border-color: #6B7619;
}
.TagClassName
{
border-color: #6B7619;
}
</style>