Shades of Fiji Green #64721D
Tints of Fiji Green #64721D
RGB
CMYK
RGB Variations
Color information
#64721D (or 0x64721D) is known color: Fiji Green. HEX triplet: 64, 72 and 1D. RGB value is (100,114,29). Sum of RGB (Red+Green+Blue) = 100+114+29=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #64721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64721D is #9B8DE2. Grayscale: #646464. Windows color (decimal): -10194403 or 1929828. OLE color: 1929828.
HSL color Cylindrical-coordinate representation of color #64721D: hue angle of 69.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64721D is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 114 | 29 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.55 |
| HSL | 69.88º | 0.59% | 0.28% | - |
| HSV(B) | 69.88º | 0.75% | 0.45% | - |
| XYZ | 11.49 | 14.83 | 3.42 | - |
| YUV | 100.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 29 | 0.12 | 0 | 0.75 | 0.55 | 69.88 | 0.59 | 0.28 |
| Hex | 64 | 72 | 1D | C | 0 | 4B | 37 | 46 | 3B | 1C |
| Octal | 144 | 162 | 35 | 14 | 0 | 113 | 67 | 106 | 73 | 34 |
| Binary | 1100100 | 1110010 | 11101 | 1100 | 0 | 1001011 | 110111 | 1000110 | 111011 | 11100 |
Color Harmonies of #64721D
Complementary color
Monochromatic Colors of #64721D
Black with #64721D
Text Example
Text Example
White with #64721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64721D; }
p { color: rgb(100,114,29); }
H1.HeaderClassName
{
color: #64721D;
}
.AnyTagClassName
{
color: #64721D;
}
</style>
background-color css
<style>
a { background-color: #64721D; }
a { background-color: rgb(100,114,29); }
div.DivClassName
{
background-color: #64721D;
}
.BgClassName
{
background-color: #64721D;
}
</style>
border-color css
<style>
span { border-color: #64721D; }
span { border-color: rgb(100,114,29); }
td.TdClassName
{
border-color: #64721D;
}
.TagClassName
{
border-color: #64721D;
}
</style>