Shades of Fiji Green #64690C
Tints of Fiji Green #64690C
RGB
CMYK
RGB Variations
Color information
#64690C (or 0x64690C) is known color: Fiji Green. HEX triplet: 64, 69 and 0C. RGB value is (100,105,12). Sum of RGB (Red+Green+Blue) = 100+105+12=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #64690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64690C is #9B96F3. Grayscale: #5D5D5D. Windows color (decimal): -10196724 or 813412. OLE color: 813412.
HSL color Cylindrical-coordinate representation of color #64690C: hue angle of 63.23º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64690C is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 105 | 12 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.59 |
| HSL | 63.23º | 0.79% | 0.23% | - |
| HSV(B) | 63.23º | 0.89% | 0.41% | - |
| XYZ | 10.37 | 12.84 | 2.28 | - |
| YUV | 92.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 12 | 0.05 | 0 | 0.89 | 0.59 | 63.23 | 0.79 | 0.23 |
| Hex | 64 | 69 | C | 5 | 0 | 59 | 3B | 3F | 4F | 17 |
| Octal | 144 | 151 | 14 | 5 | 0 | 131 | 73 | 77 | 117 | 27 |
| Binary | 1100100 | 1101001 | 1100 | 101 | 0 | 1011001 | 111011 | 111111 | 1001111 | 10111 |
Color Harmonies of #64690C
Complementary color
Monochromatic Colors of #64690C
Black with #64690C
Text Example
Text Example
White with #64690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64690C; }
p { color: rgb(100,105,12); }
H1.HeaderClassName
{
color: #64690C;
}
.AnyTagClassName
{
color: #64690C;
}
</style>
background-color css
<style>
a { background-color: #64690C; }
a { background-color: rgb(100,105,12); }
div.DivClassName
{
background-color: #64690C;
}
.BgClassName
{
background-color: #64690C;
}
</style>
border-color css
<style>
span { border-color: #64690C; }
span { border-color: rgb(100,105,12); }
td.TdClassName
{
border-color: #64690C;
}
.TagClassName
{
border-color: #64690C;
}
</style>