Shades of Fiji Green #65630E
Tints of Fiji Green #65630E
RGB
CMYK
RGB Variations
Color information
#65630E (or 0x65630E) is known color: Fiji Green. HEX triplet: 65, 63 and 0E. RGB value is (101,99,14). Sum of RGB (Red+Green+Blue) = 101+99+14=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65630E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65630E is #9A9CF1. Grayscale: #5A5A5A. Windows color (decimal): -10132722 or 942949. OLE color: 942949.
HSL color Cylindrical-coordinate representation of color #65630E: hue angle of 58.62º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65630E is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 99 | 14 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.60 |
| HSL | 58.62º | 0.76% | 0.23% | - |
| HSV(B) | 58.62º | 0.86% | 0.4% | - |
| XYZ | 9.91 | 11.72 | 2.16 | - |
| YUV | 89.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 14 | 0 | 0.02 | 0.86 | 0.60 | 58.62 | 0.76 | 0.23 |
| Hex | 65 | 63 | E | 0 | 2 | 56 | 3C | 3B | 4C | 17 |
| Octal | 145 | 143 | 16 | 0 | 2 | 126 | 74 | 73 | 114 | 27 |
| Binary | 1100101 | 1100011 | 1110 | 0 | 10 | 1010110 | 111100 | 111011 | 1001100 | 10111 |
Color Harmonies of #65630E
Complementary color
Monochromatic Colors of #65630E
Black with #65630E
Text Example
Text Example
White with #65630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65630E; }
p { color: rgb(101,99,14); }
H1.HeaderClassName
{
color: #65630E;
}
.AnyTagClassName
{
color: #65630E;
}
</style>
background-color css
<style>
a { background-color: #65630E; }
a { background-color: rgb(101,99,14); }
div.DivClassName
{
background-color: #65630E;
}
.BgClassName
{
background-color: #65630E;
}
</style>
border-color css
<style>
span { border-color: #65630E; }
span { border-color: rgb(101,99,14); }
td.TdClassName
{
border-color: #65630E;
}
.TagClassName
{
border-color: #65630E;
}
</style>