Shades of Fiji Green #63690F
Tints of Fiji Green #63690F
RGB
CMYK
RGB Variations
Color information
#63690F (or 0x63690F) is known color: Fiji Green. HEX triplet: 63, 69 and 0F. RGB value is (99,105,15). Sum of RGB (Red+Green+Blue) = 99+105+15=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #63690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63690F is #9C96F0. Grayscale: #5D5D5D. Windows color (decimal): -10262257 or 1010019. OLE color: 1010019.
HSL color Cylindrical-coordinate representation of color #63690F: hue angle of 64º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63690F is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 105 | 15 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.59 |
| HSL | 64º | 0.75% | 0.24% | - |
| HSV(B) | 64º | 0.86% | 0.41% | - |
| XYZ | 10.28 | 12.79 | 2.38 | - |
| YUV | 92.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 15 | 0.06 | 0 | 0.86 | 0.59 | 64 | 0.75 | 0.24 |
| Hex | 63 | 69 | F | 6 | 0 | 56 | 3B | 40 | 4B | 18 |
| Octal | 143 | 151 | 17 | 6 | 0 | 126 | 73 | 100 | 113 | 30 |
| Binary | 1100011 | 1101001 | 1111 | 110 | 0 | 1010110 | 111011 | 1000000 | 1001011 | 11000 |
Color Harmonies of #63690F
Complementary color
Monochromatic Colors of #63690F
Black with #63690F
Text Example
Text Example
White with #63690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63690F; }
p { color: rgb(99,105,15); }
H1.HeaderClassName
{
color: #63690F;
}
.AnyTagClassName
{
color: #63690F;
}
</style>
background-color css
<style>
a { background-color: #63690F; }
a { background-color: rgb(99,105,15); }
div.DivClassName
{
background-color: #63690F;
}
.BgClassName
{
background-color: #63690F;
}
</style>
border-color css
<style>
span { border-color: #63690F; }
span { border-color: rgb(99,105,15); }
td.TdClassName
{
border-color: #63690F;
}
.TagClassName
{
border-color: #63690F;
}
</style>