Shades of Fiji Green #64771F
Tints of Fiji Green #64771F
RGB
CMYK
RGB Variations
Color information
#64771F (or 0x64771F) is known color: Fiji Green. HEX triplet: 64, 77 and 1F. RGB value is (100,119,31). Sum of RGB (Red+Green+Blue) = 100+119+31=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #64771F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64771F is #9B88E0. Grayscale: #676767. Windows color (decimal): -10193121 or 2062180. OLE color: 2062180.
HSL color Cylindrical-coordinate representation of color #64771F: hue angle of 72.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64771F is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 119 | 31 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.53 |
| HSL | 72.95º | 0.59% | 0.29% | - |
| HSV(B) | 72.95º | 0.74% | 0.47% | - |
| XYZ | 12.1 | 16 | 3.75 | - |
| YUV | 103.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 31 | 0.16 | 0 | 0.74 | 0.53 | 72.95 | 0.59 | 0.29 |
| Hex | 64 | 77 | 1F | 10 | 0 | 4A | 35 | 49 | 3B | 1D |
| Octal | 144 | 167 | 37 | 20 | 0 | 112 | 65 | 111 | 73 | 35 |
| Binary | 1100100 | 1110111 | 11111 | 10000 | 0 | 1001010 | 110101 | 1001001 | 111011 | 11101 |
Color Harmonies of #64771F
Complementary color
Monochromatic Colors of #64771F
Black with #64771F
Text Example
Text Example
White with #64771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64771F; }
p { color: rgb(100,119,31); }
H1.HeaderClassName
{
color: #64771F;
}
.AnyTagClassName
{
color: #64771F;
}
</style>
background-color css
<style>
a { background-color: #64771F; }
a { background-color: rgb(100,119,31); }
div.DivClassName
{
background-color: #64771F;
}
.BgClassName
{
background-color: #64771F;
}
</style>
border-color css
<style>
span { border-color: #64771F; }
span { border-color: rgb(100,119,31); }
td.TdClassName
{
border-color: #64771F;
}
.TagClassName
{
border-color: #64771F;
}
</style>