Shades of Fiji Green #63660F
Tints of Fiji Green #63660F
RGB
CMYK
RGB Variations
Color information
#63660F (or 0x63660F) is known color: Fiji Green. HEX triplet: 63, 66 and 0F. RGB value is (99,102,15). Sum of RGB (Red+Green+Blue) = 99+102+15=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #63660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63660F is #9C99F0. Grayscale: #5B5B5B. Windows color (decimal): -10263025 or 1009251. OLE color: 1009251.
HSL color Cylindrical-coordinate representation of color #63660F: hue angle of 62.07º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63660F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 102 | 15 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.6 |
| HSL | 62.07º | 0.74% | 0.23% | - |
| HSV(B) | 62.07º | 0.85% | 0.4% | - |
| XYZ | 9.98 | 12.19 | 2.28 | - |
| YUV | 91.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 15 | 0.03 | 0 | 0.85 | 0.6 | 62.07 | 0.74 | 0.23 |
| Hex | 63 | 66 | F | 3 | 0 | 55 | 3C | 3E | 4A | 17 |
| Octal | 143 | 146 | 17 | 3 | 0 | 125 | 74 | 76 | 112 | 27 |
| Binary | 1100011 | 1100110 | 1111 | 11 | 0 | 1010101 | 111100 | 111110 | 1001010 | 10111 |
Color Harmonies of #63660F
Complementary color
Monochromatic Colors of #63660F
Black with #63660F
Text Example
Text Example
White with #63660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63660F; }
p { color: rgb(99,102,15); }
H1.HeaderClassName
{
color: #63660F;
}
.AnyTagClassName
{
color: #63660F;
}
</style>
background-color css
<style>
a { background-color: #63660F; }
a { background-color: rgb(99,102,15); }
div.DivClassName
{
background-color: #63660F;
}
.BgClassName
{
background-color: #63660F;
}
</style>
border-color css
<style>
span { border-color: #63660F; }
span { border-color: rgb(99,102,15); }
td.TdClassName
{
border-color: #63660F;
}
.TagClassName
{
border-color: #63660F;
}
</style>