Shades of Fiji Green #63730A
Tints of Fiji Green #63730A
RGB
CMYK
RGB Variations
Color information
#63730A (or 0x63730A) is known color: Fiji Green. HEX triplet: 63, 73 and 0A. RGB value is (99,115,10). Sum of RGB (Red+Green+Blue) = 99+115+10=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #63730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63730A is #9C8CF5. Grayscale: #626262. Windows color (decimal): -10259702 or 684899. OLE color: 684899.
HSL color Cylindrical-coordinate representation of color #63730A: hue angle of 69.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63730A is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 10 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.55 |
| HSL | 69.14º | 0.84% | 0.25% | - |
| HSV(B) | 69.14º | 0.91% | 0.45% | - |
| XYZ | 11.33 | 14.94 | 2.57 | - |
| YUV | 98.25 | 78.2 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 10 | 0.14 | 0 | 0.91 | 0.55 | 69.14 | 0.84 | 0.25 |
| Hex | 63 | 73 | A | E | 0 | 5B | 37 | 45 | 54 | 19 |
| Octal | 143 | 163 | 12 | 16 | 0 | 133 | 67 | 105 | 124 | 31 |
| Binary | 1100011 | 1110011 | 1010 | 1110 | 0 | 1011011 | 110111 | 1000101 | 1010100 | 11001 |
Color Harmonies of #63730A
Complementary color
Monochromatic Colors of #63730A
Black with #63730A
Text Example
Text Example
White with #63730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63730A; }
p { color: rgb(99,115,10); }
H1.HeaderClassName
{
color: #63730A;
}
.AnyTagClassName
{
color: #63730A;
}
</style>
background-color css
<style>
a { background-color: #63730A; }
a { background-color: rgb(99,115,10); }
div.DivClassName
{
background-color: #63730A;
}
.BgClassName
{
background-color: #63730A;
}
</style>
border-color css
<style>
span { border-color: #63730A; }
span { border-color: rgb(99,115,10); }
td.TdClassName
{
border-color: #63730A;
}
.TagClassName
{
border-color: #63730A;
}
</style>