Shades of Fiji Green #646713
Tints of Fiji Green #646713
RGB
CMYK
RGB Variations
Color information
#646713 (or 0x646713) is known color: Fiji Green. HEX triplet: 64, 67 and 13. RGB value is (100,103,19). Sum of RGB (Red+Green+Blue) = 100+103+19=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #646713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646713 is #9B98EC. Grayscale: #5C5C5C. Windows color (decimal): -10197229 or 1271652. OLE color: 1271652.
HSL color Cylindrical-coordinate representation of color #646713: hue angle of 62.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #646713 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 19 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.60 |
| HSL | 62.14º | 0.69% | 0.24% | - |
| HSV(B) | 62.14º | 0.82% | 0.4% | - |
| XYZ | 10.22 | 12.46 | 2.48 | - |
| YUV | 92.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 19 | 0.03 | 0 | 0.82 | 0.60 | 62.14 | 0.69 | 0.24 |
| Hex | 64 | 67 | 13 | 3 | 0 | 52 | 3C | 3E | 45 | 18 |
| Octal | 144 | 147 | 23 | 3 | 0 | 122 | 74 | 76 | 105 | 30 |
| Binary | 1100100 | 1100111 | 10011 | 11 | 0 | 1010010 | 111100 | 111110 | 1000101 | 11000 |
Color Harmonies of #646713
Complementary color
Monochromatic Colors of #646713
Black with #646713
Text Example
Text Example
White with #646713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646713; }
p { color: rgb(100,103,19); }
H1.HeaderClassName
{
color: #646713;
}
.AnyTagClassName
{
color: #646713;
}
</style>
background-color css
<style>
a { background-color: #646713; }
a { background-color: rgb(100,103,19); }
div.DivClassName
{
background-color: #646713;
}
.BgClassName
{
background-color: #646713;
}
</style>
border-color css
<style>
span { border-color: #646713; }
span { border-color: rgb(100,103,19); }
td.TdClassName
{
border-color: #646713;
}
.TagClassName
{
border-color: #646713;
}
</style>