Shades of Fiji Green #65750D
Tints of Fiji Green #65750D
RGB
CMYK
RGB Variations
Color information
#65750D (or 0x65750D) is known color: Fiji Green. HEX triplet: 65, 75 and 0D. RGB value is (101,117,13). Sum of RGB (Red+Green+Blue) = 101+117+13=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #65750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65750D is #9A8AF2. Grayscale: #646464. Windows color (decimal): -10128115 or 882021. OLE color: 882021.
HSL color Cylindrical-coordinate representation of color #65750D: hue angle of 69.23º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65750D is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 13 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.54 |
| HSL | 69.23º | 0.8% | 0.25% | - |
| HSV(B) | 69.23º | 0.89% | 0.46% | - |
| XYZ | 11.8 | 15.52 | 2.75 | - |
| YUV | 100.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 13 | 0.14 | 0 | 0.89 | 0.54 | 69.23 | 0.8 | 0.25 |
| Hex | 65 | 75 | D | E | 0 | 59 | 36 | 45 | 50 | 19 |
| Octal | 145 | 165 | 15 | 16 | 0 | 131 | 66 | 105 | 120 | 31 |
| Binary | 1100101 | 1110101 | 1101 | 1110 | 0 | 1011001 | 110110 | 1000101 | 1010000 | 11001 |
Color Harmonies of #65750D
Complementary color
Monochromatic Colors of #65750D
Black with #65750D
Text Example
Text Example
White with #65750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65750D; }
p { color: rgb(101,117,13); }
H1.HeaderClassName
{
color: #65750D;
}
.AnyTagClassName
{
color: #65750D;
}
</style>
background-color css
<style>
a { background-color: #65750D; }
a { background-color: rgb(101,117,13); }
div.DivClassName
{
background-color: #65750D;
}
.BgClassName
{
background-color: #65750D;
}
</style>
border-color css
<style>
span { border-color: #65750D; }
span { border-color: rgb(101,117,13); }
td.TdClassName
{
border-color: #65750D;
}
.TagClassName
{
border-color: #65750D;
}
</style>