Shades of Fiji Green #63661B
Tints of Fiji Green #63661B
RGB
CMYK
RGB Variations
Color information
#63661B (or 0x63661B) is known color: Fiji Green. HEX triplet: 63, 66 and 1B. RGB value is (99,102,27). Sum of RGB (Red+Green+Blue) = 99+102+27=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #63661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63661B is #9C99E4. Grayscale: #5C5C5C. Windows color (decimal): -10263013 or 1795683. OLE color: 1795683.
HSL color Cylindrical-coordinate representation of color #63661B: hue angle of 62.4º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63661B is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 102 | 27 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.6 |
| HSL | 62.4º | 0.58% | 0.25% | - |
| HSV(B) | 62.4º | 0.74% | 0.4% | - |
| XYZ | 10.09 | 12.23 | 2.87 | - |
| YUV | 92.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 27 | 0.03 | 0 | 0.74 | 0.6 | 62.4 | 0.58 | 0.25 |
| Hex | 63 | 66 | 1B | 3 | 0 | 4A | 3C | 3E | 3A | 19 |
| Octal | 143 | 146 | 33 | 3 | 0 | 112 | 74 | 76 | 72 | 31 |
| Binary | 1100011 | 1100110 | 11011 | 11 | 0 | 1001010 | 111100 | 111110 | 111010 | 11001 |
Color Harmonies of #63661B
Complementary color
Monochromatic Colors of #63661B
Black with #63661B
Text Example
Text Example
White with #63661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63661B; }
p { color: rgb(99,102,27); }
H1.HeaderClassName
{
color: #63661B;
}
.AnyTagClassName
{
color: #63661B;
}
</style>
background-color css
<style>
a { background-color: #63661B; }
a { background-color: rgb(99,102,27); }
div.DivClassName
{
background-color: #63661B;
}
.BgClassName
{
background-color: #63661B;
}
</style>
border-color css
<style>
span { border-color: #63661B; }
span { border-color: rgb(99,102,27); }
td.TdClassName
{
border-color: #63661B;
}
.TagClassName
{
border-color: #63661B;
}
</style>