Shades of Fiji Green #65700D
Tints of Fiji Green #65700D
RGB
CMYK
RGB Variations
Color information
#65700D (or 0x65700D) is known color: Fiji Green. HEX triplet: 65, 70 and 0D. RGB value is (101,112,13). Sum of RGB (Red+Green+Blue) = 101+112+13=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #65700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65700D is #9A8FF2. Grayscale: #616161. Windows color (decimal): -10129395 or 880741. OLE color: 880741.
HSL color Cylindrical-coordinate representation of color #65700D: hue angle of 66.67º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65700D is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 13 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.56 |
| HSL | 66.67º | 0.79% | 0.25% | - |
| HSV(B) | 66.67º | 0.88% | 0.44% | - |
| XYZ | 11.23 | 14.38 | 2.57 | - |
| YUV | 97.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 13 | 0.10 | 0 | 0.88 | 0.56 | 66.67 | 0.79 | 0.25 |
| Hex | 65 | 70 | D | A | 0 | 58 | 38 | 43 | 4F | 19 |
| Octal | 145 | 160 | 15 | 12 | 0 | 130 | 70 | 103 | 117 | 31 |
| Binary | 1100101 | 1110000 | 1101 | 1010 | 0 | 1011000 | 111000 | 1000011 | 1001111 | 11001 |
Color Harmonies of #65700D
Complementary color
Monochromatic Colors of #65700D
Black with #65700D
Text Example
Text Example
White with #65700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65700D; }
p { color: rgb(101,112,13); }
H1.HeaderClassName
{
color: #65700D;
}
.AnyTagClassName
{
color: #65700D;
}
</style>
background-color css
<style>
a { background-color: #65700D; }
a { background-color: rgb(101,112,13); }
div.DivClassName
{
background-color: #65700D;
}
.BgClassName
{
background-color: #65700D;
}
</style>
border-color css
<style>
span { border-color: #65700D; }
span { border-color: rgb(101,112,13); }
td.TdClassName
{
border-color: #65700D;
}
.TagClassName
{
border-color: #65700D;
}
</style>