Shades of Fiji Green #65721F
Tints of Fiji Green #65721F
RGB
CMYK
RGB Variations
Color information
#65721F (or 0x65721F) is known color: Fiji Green. HEX triplet: 65, 72 and 1F. RGB value is (101,114,31). Sum of RGB (Red+Green+Blue) = 101+114+31=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #65721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65721F is #9A8DE0. Grayscale: #646464. Windows color (decimal): -10128865 or 2060901. OLE color: 2060901.
HSL color Cylindrical-coordinate representation of color #65721F: hue angle of 69.4º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65721F is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 114 | 31 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.55 |
| HSL | 69.4º | 0.57% | 0.28% | - |
| HSV(B) | 69.4º | 0.73% | 0.45% | - |
| XYZ | 11.63 | 14.9 | 3.56 | - |
| YUV | 100.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 31 | 0.11 | 0 | 0.73 | 0.55 | 69.4 | 0.57 | 0.28 |
| Hex | 65 | 72 | 1F | B | 0 | 49 | 37 | 45 | 39 | 1C |
| Octal | 145 | 162 | 37 | 13 | 0 | 111 | 67 | 105 | 71 | 34 |
| Binary | 1100101 | 1110010 | 11111 | 1011 | 0 | 1001001 | 110111 | 1000101 | 111001 | 11100 |
Color Harmonies of #65721F
Complementary color
Monochromatic Colors of #65721F
Black with #65721F
Text Example
Text Example
White with #65721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65721F; }
p { color: rgb(101,114,31); }
H1.HeaderClassName
{
color: #65721F;
}
.AnyTagClassName
{
color: #65721F;
}
</style>
background-color css
<style>
a { background-color: #65721F; }
a { background-color: rgb(101,114,31); }
div.DivClassName
{
background-color: #65721F;
}
.BgClassName
{
background-color: #65721F;
}
</style>
border-color css
<style>
span { border-color: #65721F; }
span { border-color: rgb(101,114,31); }
td.TdClassName
{
border-color: #65721F;
}
.TagClassName
{
border-color: #65721F;
}
</style>