Shades of Fiji Green #65671F
Tints of Fiji Green #65671F
RGB
CMYK
RGB Variations
Color information
#65671F (or 0x65671F) is known color: Fiji Green. HEX triplet: 65, 67 and 1F. RGB value is (101,103,31). Sum of RGB (Red+Green+Blue) = 101+103+31=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #65671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65671F is #9A98E0. Grayscale: #5E5E5E. Windows color (decimal): -10131681 or 2058085. OLE color: 2058085.
HSL color Cylindrical-coordinate representation of color #65671F: hue angle of 61.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65671F is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 31 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.60 |
| HSL | 61.67º | 0.54% | 0.26% | - |
| HSV(B) | 61.67º | 0.7% | 0.4% | - |
| XYZ | 10.46 | 12.57 | 3.17 | - |
| YUV | 94.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 31 | 0.02 | 0 | 0.70 | 0.60 | 61.67 | 0.54 | 0.26 |
| Hex | 65 | 67 | 1F | 2 | 0 | 46 | 3C | 3E | 36 | 1A |
| Octal | 145 | 147 | 37 | 2 | 0 | 106 | 74 | 76 | 66 | 32 |
| Binary | 1100101 | 1100111 | 11111 | 10 | 0 | 1000110 | 111100 | 111110 | 110110 | 11010 |
Color Harmonies of #65671F
Complementary color
Monochromatic Colors of #65671F
Black with #65671F
Text Example
Text Example
White with #65671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65671F; }
p { color: rgb(101,103,31); }
H1.HeaderClassName
{
color: #65671F;
}
.AnyTagClassName
{
color: #65671F;
}
</style>
background-color css
<style>
a { background-color: #65671F; }
a { background-color: rgb(101,103,31); }
div.DivClassName
{
background-color: #65671F;
}
.BgClassName
{
background-color: #65671F;
}
</style>
border-color css
<style>
span { border-color: #65671F; }
span { border-color: rgb(101,103,31); }
td.TdClassName
{
border-color: #65671F;
}
.TagClassName
{
border-color: #65671F;
}
</style>