Shades of Fiji Green #63670F
Tints of Fiji Green #63670F
RGB
CMYK
RGB Variations
Color information
#63670F (or 0x63670F) is known color: Fiji Green. HEX triplet: 63, 67 and 0F. RGB value is (99,103,15). Sum of RGB (Red+Green+Blue) = 99+103+15=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #63670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63670F is #9C98F0. Grayscale: #5C5C5C. Windows color (decimal): -10262769 or 1009507. OLE color: 1009507.
HSL color Cylindrical-coordinate representation of color #63670F: hue angle of 62.73º degrees, saturation: 0.75, 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 #63670F is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 103 | 15 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.60 |
| HSL | 62.73º | 0.75% | 0.23% | - |
| HSV(B) | 62.73º | 0.85% | 0.4% | - |
| XYZ | 10.08 | 12.39 | 2.31 | - |
| YUV | 91.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 15 | 0.04 | 0 | 0.85 | 0.60 | 62.73 | 0.75 | 0.23 |
| Hex | 63 | 67 | F | 4 | 0 | 55 | 3C | 3F | 4B | 17 |
| Octal | 143 | 147 | 17 | 4 | 0 | 125 | 74 | 77 | 113 | 27 |
| Binary | 1100011 | 1100111 | 1111 | 100 | 0 | 1010101 | 111100 | 111111 | 1001011 | 10111 |
Color Harmonies of #63670F
Complementary color
Monochromatic Colors of #63670F
Black with #63670F
Text Example
Text Example
White with #63670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63670F; }
p { color: rgb(99,103,15); }
H1.HeaderClassName
{
color: #63670F;
}
.AnyTagClassName
{
color: #63670F;
}
</style>
background-color css
<style>
a { background-color: #63670F; }
a { background-color: rgb(99,103,15); }
div.DivClassName
{
background-color: #63670F;
}
.BgClassName
{
background-color: #63670F;
}
</style>
border-color css
<style>
span { border-color: #63670F; }
span { border-color: rgb(99,103,15); }
td.TdClassName
{
border-color: #63670F;
}
.TagClassName
{
border-color: #63670F;
}
</style>