Shades of Fiji Green #65720B
Tints of Fiji Green #65720B
RGB
CMYK
RGB Variations
Color information
#65720B (or 0x65720B) is known color: Fiji Green. HEX triplet: 65, 72 and 0B. RGB value is (101,114,11). Sum of RGB (Red+Green+Blue) = 101+114+11=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #65720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65720B is #9A8DF4. Grayscale: #626262. Windows color (decimal): -10128885 or 750181. OLE color: 750181.
HSL color Cylindrical-coordinate representation of color #65720B: hue angle of 67.57º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65720B is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 114 | 11 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.55 |
| HSL | 67.57º | 0.82% | 0.25% | - |
| HSV(B) | 67.57º | 0.9% | 0.45% | - |
| XYZ | 11.44 | 14.83 | 2.58 | - |
| YUV | 98.37 | 78.69 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 11 | 0.11 | 0 | 0.90 | 0.55 | 67.57 | 0.82 | 0.25 |
| Hex | 65 | 72 | B | B | 0 | 5A | 37 | 44 | 52 | 19 |
| Octal | 145 | 162 | 13 | 13 | 0 | 132 | 67 | 104 | 122 | 31 |
| Binary | 1100101 | 1110010 | 1011 | 1011 | 0 | 1011010 | 110111 | 1000100 | 1010010 | 11001 |
Color Harmonies of #65720B
Complementary color
Monochromatic Colors of #65720B
Black with #65720B
Text Example
Text Example
White with #65720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65720B; }
p { color: rgb(101,114,11); }
H1.HeaderClassName
{
color: #65720B;
}
.AnyTagClassName
{
color: #65720B;
}
</style>
background-color css
<style>
a { background-color: #65720B; }
a { background-color: rgb(101,114,11); }
div.DivClassName
{
background-color: #65720B;
}
.BgClassName
{
background-color: #65720B;
}
</style>
border-color css
<style>
span { border-color: #65720B; }
span { border-color: rgb(101,114,11); }
td.TdClassName
{
border-color: #65720B;
}
.TagClassName
{
border-color: #65720B;
}
</style>