Shades of Fiji Green #647A0B
Tints of Fiji Green #647A0B
RGB
CMYK
RGB Variations
Color information
#647A0B (or 0x647A0B) is known color: Fiji Green. HEX triplet: 64, 7A and 0B. RGB value is (100,122,11). Sum of RGB (Red+Green+Blue) = 100+122+11=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #647A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647A0B is #9B85F4. Grayscale: #676767. Windows color (decimal): -10192373 or 752228. OLE color: 752228.
HSL color Cylindrical-coordinate representation of color #647A0B: hue angle of 71.89º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #647A0B is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 11 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.52 |
| HSL | 71.89º | 0.83% | 0.26% | - |
| HSV(B) | 71.89º | 0.91% | 0.48% | - |
| XYZ | 12.28 | 16.65 | 2.88 | - |
| YUV | 102.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 11 | 0.18 | 0 | 0.91 | 0.52 | 71.89 | 0.83 | 0.26 |
| Hex | 64 | 7A | B | 12 | 0 | 5B | 34 | 48 | 53 | 1A |
| Octal | 144 | 172 | 13 | 22 | 0 | 133 | 64 | 110 | 123 | 32 |
| Binary | 1100100 | 1111010 | 1011 | 10010 | 0 | 1011011 | 110100 | 1001000 | 1010011 | 11010 |
Color Harmonies of #647A0B
Complementary color
Monochromatic Colors of #647A0B
Black with #647A0B
Text Example
Text Example
White with #647A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A0B; }
p { color: rgb(100,122,11); }
H1.HeaderClassName
{
color: #647A0B;
}
.AnyTagClassName
{
color: #647A0B;
}
</style>
background-color css
<style>
a { background-color: #647A0B; }
a { background-color: rgb(100,122,11); }
div.DivClassName
{
background-color: #647A0B;
}
.BgClassName
{
background-color: #647A0B;
}
</style>
border-color css
<style>
span { border-color: #647A0B; }
span { border-color: rgb(100,122,11); }
td.TdClassName
{
border-color: #647A0B;
}
.TagClassName
{
border-color: #647A0B;
}
</style>