Shades of Fiji Green #6B761E
Tints of Fiji Green #6B761E
RGB
CMYK
RGB Variations
Color information
#6B761E (or 0x6B761E) is known color: Fiji Green. HEX triplet: 6B, 76 and 1E. RGB value is (107,118,30). Sum of RGB (Red+Green+Blue) = 107+118+30=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #6B761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B761E is #9489E1. Grayscale: #696969. Windows color (decimal): -9734626 or 1996395. OLE color: 1996395.
HSL color Cylindrical-coordinate representation of color #6B761E: hue angle of 67.5º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B761E is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 30 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.54 |
| HSL | 67.5º | 0.59% | 0.29% | - |
| HSV(B) | 67.5º | 0.75% | 0.46% | - |
| XYZ | 12.78 | 16.18 | 3.68 | - |
| YUV | 104.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 30 | 0.09 | 0 | 0.75 | 0.54 | 67.5 | 0.59 | 0.29 |
| Hex | 6B | 76 | 1E | 9 | 0 | 4B | 36 | 44 | 3B | 1D |
| Octal | 153 | 166 | 36 | 11 | 0 | 113 | 66 | 104 | 73 | 35 |
| Binary | 1101011 | 1110110 | 11110 | 1001 | 0 | 1001011 | 110110 | 1000100 | 111011 | 11101 |
Color Harmonies of #6B761E
Complementary color
Monochromatic Colors of #6B761E
Black with #6B761E
Text Example
Text Example
White with #6B761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B761E; }
p { color: rgb(107,118,30); }
H1.HeaderClassName
{
color: #6B761E;
}
.AnyTagClassName
{
color: #6B761E;
}
</style>
background-color css
<style>
a { background-color: #6B761E; }
a { background-color: rgb(107,118,30); }
div.DivClassName
{
background-color: #6B761E;
}
.BgClassName
{
background-color: #6B761E;
}
</style>
border-color css
<style>
span { border-color: #6B761E; }
span { border-color: rgb(107,118,30); }
td.TdClassName
{
border-color: #6B761E;
}
.TagClassName
{
border-color: #6B761E;
}
</style>