Shades of Fiji Green #63670A
Tints of Fiji Green #63670A
RGB
CMYK
RGB Variations
Color information
#63670A (or 0x63670A) is known color: Fiji Green. HEX triplet: 63, 67 and 0A. RGB value is (99,103,10). Sum of RGB (Red+Green+Blue) = 99+103+10=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #63670A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63670A is #9C98F5. Grayscale: #5B5B5B. Windows color (decimal): -10262774 or 681827. OLE color: 681827.
HSL color Cylindrical-coordinate representation of color #63670A: hue angle of 62.58º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63670A is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 103 | 10 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.60 |
| HSL | 62.58º | 0.82% | 0.22% | - |
| HSV(B) | 62.58º | 0.9% | 0.4% | - |
| XYZ | 10.05 | 12.38 | 2.15 | - |
| YUV | 91.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 10 | 0.04 | 0 | 0.90 | 0.60 | 62.58 | 0.82 | 0.22 |
| Hex | 63 | 67 | A | 4 | 0 | 5A | 3C | 3F | 52 | 16 |
| Octal | 143 | 147 | 12 | 4 | 0 | 132 | 74 | 77 | 122 | 26 |
| Binary | 1100011 | 1100111 | 1010 | 100 | 0 | 1011010 | 111100 | 111111 | 1010010 | 10110 |
Color Harmonies of #63670A
Complementary color
Monochromatic Colors of #63670A
Black with #63670A
Text Example
Text Example
White with #63670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63670A; }
p { color: rgb(99,103,10); }
H1.HeaderClassName
{
color: #63670A;
}
.AnyTagClassName
{
color: #63670A;
}
</style>
background-color css
<style>
a { background-color: #63670A; }
a { background-color: rgb(99,103,10); }
div.DivClassName
{
background-color: #63670A;
}
.BgClassName
{
background-color: #63670A;
}
</style>
border-color css
<style>
span { border-color: #63670A; }
span { border-color: rgb(99,103,10); }
td.TdClassName
{
border-color: #63670A;
}
.TagClassName
{
border-color: #63670A;
}
</style>