Shades of Fiji Green #65630B
Tints of Fiji Green #65630B
RGB
CMYK
RGB Variations
Color information
#65630B (or 0x65630B) is known color: Fiji Green. HEX triplet: 65, 63 and 0B. RGB value is (101,99,11). Sum of RGB (Red+Green+Blue) = 101+99+11=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65630B is #9A9CF4. Grayscale: #595959. Windows color (decimal): -10132725 or 746341. OLE color: 746341.
HSL color Cylindrical-coordinate representation of color #65630B: hue angle of 58.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65630B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 99 | 11 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.60 |
| HSL | 58.67º | 0.8% | 0.22% | - |
| HSV(B) | 58.67º | 0.89% | 0.4% | - |
| XYZ | 9.89 | 11.71 | 2.06 | - |
| YUV | 89.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 11 | 0 | 0.02 | 0.89 | 0.60 | 58.67 | 0.8 | 0.22 |
| Hex | 65 | 63 | B | 0 | 2 | 59 | 3C | 3B | 50 | 16 |
| Octal | 145 | 143 | 13 | 0 | 2 | 131 | 74 | 73 | 120 | 26 |
| Binary | 1100101 | 1100011 | 1011 | 0 | 10 | 1011001 | 111100 | 111011 | 1010000 | 10110 |
Color Harmonies of #65630B
Complementary color
Monochromatic Colors of #65630B
Black with #65630B
Text Example
Text Example
White with #65630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65630B; }
p { color: rgb(101,99,11); }
H1.HeaderClassName
{
color: #65630B;
}
.AnyTagClassName
{
color: #65630B;
}
</style>
background-color css
<style>
a { background-color: #65630B; }
a { background-color: rgb(101,99,11); }
div.DivClassName
{
background-color: #65630B;
}
.BgClassName
{
background-color: #65630B;
}
</style>
border-color css
<style>
span { border-color: #65630B; }
span { border-color: rgb(101,99,11); }
td.TdClassName
{
border-color: #65630B;
}
.TagClassName
{
border-color: #65630B;
}
</style>