Shades of Fiji Green #64630C
Tints of Fiji Green #64630C
RGB
CMYK
RGB Variations
Color information
#64630C (or 0x64630C) is known color: Fiji Green. HEX triplet: 64, 63 and 0C. RGB value is (100,99,12). Sum of RGB (Red+Green+Blue) = 100+99+12=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64630C is #9B9CF3. Grayscale: #595959. Windows color (decimal): -10198260 or 811876. OLE color: 811876.
HSL color Cylindrical-coordinate representation of color #64630C: hue angle of 59.32º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64630C is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 99 | 12 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.61 |
| HSL | 59.32º | 0.79% | 0.22% | - |
| HSV(B) | 59.32º | 0.88% | 0.39% | - |
| XYZ | 9.78 | 11.66 | 2.08 | - |
| YUV | 89.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 99 | 12 | 0 | 0.01 | 0.88 | 0.61 | 59.32 | 0.79 | 0.22 |
| Hex | 64 | 63 | C | 0 | 1 | 58 | 3D | 3B | 4F | 16 |
| Octal | 144 | 143 | 14 | 0 | 1 | 130 | 75 | 73 | 117 | 26 |
| Binary | 1100100 | 1100011 | 1100 | 0 | 1 | 1011000 | 111101 | 111011 | 1001111 | 10110 |
Color Harmonies of #64630C
Complementary color
Monochromatic Colors of #64630C
Black with #64630C
Text Example
Text Example
White with #64630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64630C; }
p { color: rgb(100,99,12); }
H1.HeaderClassName
{
color: #64630C;
}
.AnyTagClassName
{
color: #64630C;
}
</style>
background-color css
<style>
a { background-color: #64630C; }
a { background-color: rgb(100,99,12); }
div.DivClassName
{
background-color: #64630C;
}
.BgClassName
{
background-color: #64630C;
}
</style>
border-color css
<style>
span { border-color: #64630C; }
span { border-color: rgb(100,99,12); }
td.TdClassName
{
border-color: #64630C;
}
.TagClassName
{
border-color: #64630C;
}
</style>