Shades of Fiji Green #65620C
Tints of Fiji Green #65620C
RGB
CMYK
RGB Variations
Color information
#65620C (or 0x65620C) is known color: Fiji Green. HEX triplet: 65, 62 and 0C. RGB value is (101,98,12). Sum of RGB (Red+Green+Blue) = 101+98+12=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65620C is #9A9DF3. Grayscale: #595959. Windows color (decimal): -10132980 or 811621. OLE color: 811621.
HSL color Cylindrical-coordinate representation of color #65620C: hue angle of 57.98º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65620C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 12 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.60 |
| HSL | 57.98º | 0.79% | 0.22% | - |
| HSV(B) | 57.98º | 0.88% | 0.4% | - |
| XYZ | 9.8 | 11.53 | 2.06 | - |
| YUV | 89.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 12 | 0 | 0.03 | 0.88 | 0.60 | 57.98 | 0.79 | 0.22 |
| Hex | 65 | 62 | C | 0 | 3 | 58 | 3C | 3A | 4F | 16 |
| Octal | 145 | 142 | 14 | 0 | 3 | 130 | 74 | 72 | 117 | 26 |
| Binary | 1100101 | 1100010 | 1100 | 0 | 11 | 1011000 | 111100 | 111010 | 1001111 | 10110 |
Color Harmonies of #65620C
Complementary color
Monochromatic Colors of #65620C
Black with #65620C
Text Example
Text Example
White with #65620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65620C; }
p { color: rgb(101,98,12); }
H1.HeaderClassName
{
color: #65620C;
}
.AnyTagClassName
{
color: #65620C;
}
</style>
background-color css
<style>
a { background-color: #65620C; }
a { background-color: rgb(101,98,12); }
div.DivClassName
{
background-color: #65620C;
}
.BgClassName
{
background-color: #65620C;
}
</style>
border-color css
<style>
span { border-color: #65620C; }
span { border-color: rgb(101,98,12); }
td.TdClassName
{
border-color: #65620C;
}
.TagClassName
{
border-color: #65620C;
}
</style>