Shades of Fiji Green #64741B
Tints of Fiji Green #64741B
RGB
CMYK
RGB Variations
Color information
#64741B (or 0x64741B) is known color: Fiji Green. HEX triplet: 64, 74 and 1B. RGB value is (100,116,27). Sum of RGB (Red+Green+Blue) = 100+116+27=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #64741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64741B is #9B8BE4. Grayscale: #656565. Windows color (decimal): -10193893 or 1799268. OLE color: 1799268.
HSL color Cylindrical-coordinate representation of color #64741B: hue angle of 70.79º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64741B is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 116 | 27 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.55 |
| HSL | 70.79º | 0.62% | 0.28% | - |
| HSV(B) | 70.79º | 0.77% | 0.45% | - |
| XYZ | 11.7 | 15.28 | 3.37 | - |
| YUV | 101.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 27 | 0.14 | 0 | 0.77 | 0.55 | 70.79 | 0.62 | 0.28 |
| Hex | 64 | 74 | 1B | E | 0 | 4D | 37 | 47 | 3E | 1C |
| Octal | 144 | 164 | 33 | 16 | 0 | 115 | 67 | 107 | 76 | 34 |
| Binary | 1100100 | 1110100 | 11011 | 1110 | 0 | 1001101 | 110111 | 1000111 | 111110 | 11100 |
Color Harmonies of #64741B
Complementary color
Monochromatic Colors of #64741B
Black with #64741B
Text Example
Text Example
White with #64741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64741B; }
p { color: rgb(100,116,27); }
H1.HeaderClassName
{
color: #64741B;
}
.AnyTagClassName
{
color: #64741B;
}
</style>
background-color css
<style>
a { background-color: #64741B; }
a { background-color: rgb(100,116,27); }
div.DivClassName
{
background-color: #64741B;
}
.BgClassName
{
background-color: #64741B;
}
</style>
border-color css
<style>
span { border-color: #64741B; }
span { border-color: rgb(100,116,27); }
td.TdClassName
{
border-color: #64741B;
}
.TagClassName
{
border-color: #64741B;
}
</style>