Shades of Fiji Green #64670B
Tints of Fiji Green #64670B
RGB
CMYK
RGB Variations
Color information
#64670B (or 0x64670B) is known color: Fiji Green. HEX triplet: 64, 67 and 0B. RGB value is (100,103,11). Sum of RGB (Red+Green+Blue) = 100+103+11=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #64670B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64670B is #9B98F4. Grayscale: #5B5B5B. Windows color (decimal): -10197237 or 747364. OLE color: 747364.
HSL color Cylindrical-coordinate representation of color #64670B: hue angle of 61.96º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64670B is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 11 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.60 |
| HSL | 61.96º | 0.81% | 0.22% | - |
| HSV(B) | 61.96º | 0.89% | 0.4% | - |
| XYZ | 10.17 | 12.43 | 2.18 | - |
| YUV | 91.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 11 | 0.03 | 0 | 0.89 | 0.60 | 61.96 | 0.81 | 0.22 |
| Hex | 64 | 67 | B | 3 | 0 | 59 | 3C | 3E | 51 | 16 |
| Octal | 144 | 147 | 13 | 3 | 0 | 131 | 74 | 76 | 121 | 26 |
| Binary | 1100100 | 1100111 | 1011 | 11 | 0 | 1011001 | 111100 | 111110 | 1010001 | 10110 |
Color Harmonies of #64670B
Complementary color
Monochromatic Colors of #64670B
Black with #64670B
Text Example
Text Example
White with #64670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64670B; }
p { color: rgb(100,103,11); }
H1.HeaderClassName
{
color: #64670B;
}
.AnyTagClassName
{
color: #64670B;
}
</style>
background-color css
<style>
a { background-color: #64670B; }
a { background-color: rgb(100,103,11); }
div.DivClassName
{
background-color: #64670B;
}
.BgClassName
{
background-color: #64670B;
}
</style>
border-color css
<style>
span { border-color: #64670B; }
span { border-color: rgb(100,103,11); }
td.TdClassName
{
border-color: #64670B;
}
.TagClassName
{
border-color: #64670B;
}
</style>