Shades of Fiji Green #65741E
Tints of Fiji Green #65741E
RGB
CMYK
RGB Variations
Color information
#65741E (or 0x65741E) is known color: Fiji Green. HEX triplet: 65, 74 and 1E. RGB value is (101,116,30). Sum of RGB (Red+Green+Blue) = 101+116+30=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #65741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65741E is #9A8BE1. Grayscale: #666666. Windows color (decimal): -10128354 or 1995877. OLE color: 1995877.
HSL color Cylindrical-coordinate representation of color #65741E: hue angle of 70.47º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65741E is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 116 | 30 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.55 |
| HSL | 70.47º | 0.59% | 0.29% | - |
| HSV(B) | 70.47º | 0.74% | 0.45% | - |
| XYZ | 11.85 | 15.35 | 3.57 | - |
| YUV | 101.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 30 | 0.13 | 0 | 0.74 | 0.55 | 70.47 | 0.59 | 0.29 |
| Hex | 65 | 74 | 1E | D | 0 | 4A | 37 | 46 | 3B | 1D |
| Octal | 145 | 164 | 36 | 15 | 0 | 112 | 67 | 106 | 73 | 35 |
| Binary | 1100101 | 1110100 | 11110 | 1101 | 0 | 1001010 | 110111 | 1000110 | 111011 | 11101 |
Color Harmonies of #65741E
Complementary color
Monochromatic Colors of #65741E
Black with #65741E
Text Example
Text Example
White with #65741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65741E; }
p { color: rgb(101,116,30); }
H1.HeaderClassName
{
color: #65741E;
}
.AnyTagClassName
{
color: #65741E;
}
</style>
background-color css
<style>
a { background-color: #65741E; }
a { background-color: rgb(101,116,30); }
div.DivClassName
{
background-color: #65741E;
}
.BgClassName
{
background-color: #65741E;
}
</style>
border-color css
<style>
span { border-color: #65741E; }
span { border-color: rgb(101,116,30); }
td.TdClassName
{
border-color: #65741E;
}
.TagClassName
{
border-color: #65741E;
}
</style>