Shades of Fiji Green #65701C
Tints of Fiji Green #65701C
RGB
CMYK
RGB Variations
Color information
#65701C (or 0x65701C) is known color: Fiji Green. HEX triplet: 65, 70 and 1C. RGB value is (101,112,28). Sum of RGB (Red+Green+Blue) = 101+112+28=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #65701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65701C is #9A8FE3. Grayscale: #636363. Windows color (decimal): -10129380 or 1863781. OLE color: 1863781.
HSL color Cylindrical-coordinate representation of color #65701C: hue angle of 67.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65701C is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 28 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.56 |
| HSL | 67.86º | 0.6% | 0.27% | - |
| HSV(B) | 67.86º | 0.75% | 0.44% | - |
| XYZ | 11.37 | 14.44 | 3.29 | - |
| YUV | 99.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 28 | 0.10 | 0 | 0.75 | 0.56 | 67.86 | 0.6 | 0.27 |
| Hex | 65 | 70 | 1C | A | 0 | 4B | 38 | 44 | 3C | 1B |
| Octal | 145 | 160 | 34 | 12 | 0 | 113 | 70 | 104 | 74 | 33 |
| Binary | 1100101 | 1110000 | 11100 | 1010 | 0 | 1001011 | 111000 | 1000100 | 111100 | 11011 |
Color Harmonies of #65701C
Complementary color
Monochromatic Colors of #65701C
Black with #65701C
Text Example
Text Example
White with #65701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65701C; }
p { color: rgb(101,112,28); }
H1.HeaderClassName
{
color: #65701C;
}
.AnyTagClassName
{
color: #65701C;
}
</style>
background-color css
<style>
a { background-color: #65701C; }
a { background-color: rgb(101,112,28); }
div.DivClassName
{
background-color: #65701C;
}
.BgClassName
{
background-color: #65701C;
}
</style>
border-color css
<style>
span { border-color: #65701C; }
span { border-color: rgb(101,112,28); }
td.TdClassName
{
border-color: #65701C;
}
.TagClassName
{
border-color: #65701C;
}
</style>