Shades of Fiji Green #64661A
Tints of Fiji Green #64661A
RGB
CMYK
RGB Variations
Color information
#64661A (or 0x64661A) is known color: Fiji Green. HEX triplet: 64, 66 and 1A. RGB value is (100,102,26). Sum of RGB (Red+Green+Blue) = 100+102+26=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #64661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64661A is #9B99E5. Grayscale: #5D5D5D. Windows color (decimal): -10197478 or 1730148. OLE color: 1730148.
HSL color Cylindrical-coordinate representation of color #64661A: hue angle of 61.58º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64661A is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 102 | 26 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.6 |
| HSL | 61.58º | 0.59% | 0.25% | - |
| HSV(B) | 61.58º | 0.75% | 0.4% | - |
| XYZ | 10.19 | 12.29 | 2.81 | - |
| YUV | 92.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 26 | 0.02 | 0 | 0.75 | 0.6 | 61.58 | 0.59 | 0.25 |
| Hex | 64 | 66 | 1A | 2 | 0 | 4B | 3C | 3E | 3B | 19 |
| Octal | 144 | 146 | 32 | 2 | 0 | 113 | 74 | 76 | 73 | 31 |
| Binary | 1100100 | 1100110 | 11010 | 10 | 0 | 1001011 | 111100 | 111110 | 111011 | 11001 |
Color Harmonies of #64661A
Complementary color
Monochromatic Colors of #64661A
Black with #64661A
Text Example
Text Example
White with #64661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64661A; }
p { color: rgb(100,102,26); }
H1.HeaderClassName
{
color: #64661A;
}
.AnyTagClassName
{
color: #64661A;
}
</style>
background-color css
<style>
a { background-color: #64661A; }
a { background-color: rgb(100,102,26); }
div.DivClassName
{
background-color: #64661A;
}
.BgClassName
{
background-color: #64661A;
}
</style>
border-color css
<style>
span { border-color: #64661A; }
span { border-color: rgb(100,102,26); }
td.TdClassName
{
border-color: #64661A;
}
.TagClassName
{
border-color: #64661A;
}
</style>