Shades of Fiji Green #64751A
Tints of Fiji Green #64751A
RGB
CMYK
RGB Variations
Color information
#64751A (or 0x64751A) is known color: Fiji Green. HEX triplet: 64, 75 and 1A. RGB value is (100,117,26). Sum of RGB (Red+Green+Blue) = 100+117+26=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #64751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64751A is #9B8AE5. Grayscale: #656565. Windows color (decimal): -10193638 or 1733988. OLE color: 1733988.
HSL color Cylindrical-coordinate representation of color #64751A: hue angle of 71.21º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64751A is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 117 | 26 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.54 |
| HSL | 71.21º | 0.64% | 0.28% | - |
| HSV(B) | 71.21º | 0.78% | 0.46% | - |
| XYZ | 11.8 | 15.51 | 3.35 | - |
| YUV | 101.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 26 | 0.15 | 0 | 0.78 | 0.54 | 71.21 | 0.64 | 0.28 |
| Hex | 64 | 75 | 1A | F | 0 | 4E | 36 | 47 | 40 | 1C |
| Octal | 144 | 165 | 32 | 17 | 0 | 116 | 66 | 107 | 100 | 34 |
| Binary | 1100100 | 1110101 | 11010 | 1111 | 0 | 1001110 | 110110 | 1000111 | 1000000 | 11100 |
Color Harmonies of #64751A
Complementary color
Monochromatic Colors of #64751A
Black with #64751A
Text Example
Text Example
White with #64751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64751A; }
p { color: rgb(100,117,26); }
H1.HeaderClassName
{
color: #64751A;
}
.AnyTagClassName
{
color: #64751A;
}
</style>
background-color css
<style>
a { background-color: #64751A; }
a { background-color: rgb(100,117,26); }
div.DivClassName
{
background-color: #64751A;
}
.BgClassName
{
background-color: #64751A;
}
</style>
border-color css
<style>
span { border-color: #64751A; }
span { border-color: rgb(100,117,26); }
td.TdClassName
{
border-color: #64751A;
}
.TagClassName
{
border-color: #64751A;
}
</style>