Shades of Fiji Green #62681D
Tints of Fiji Green #62681D
RGB
CMYK
RGB Variations
Color information
#62681D (or 0x62681D) is known color: Fiji Green. HEX triplet: 62, 68 and 1D. RGB value is (98,104,29). Sum of RGB (Red+Green+Blue) = 98+104+29=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #62681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62681D is #9D97E2. Grayscale: #5D5D5D. Windows color (decimal): -10328035 or 1927266. OLE color: 1927266.
HSL color Cylindrical-coordinate representation of color #62681D: hue angle of 64.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62681D is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 29 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.59 |
| HSL | 64.8º | 0.56% | 0.26% | - |
| HSV(B) | 64.8º | 0.72% | 0.41% | - |
| XYZ | 10.21 | 12.59 | 3.05 | - |
| YUV | 93.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 29 | 0.06 | 0 | 0.72 | 0.59 | 64.8 | 0.56 | 0.26 |
| Hex | 62 | 68 | 1D | 6 | 0 | 48 | 3B | 41 | 38 | 1A |
| Octal | 142 | 150 | 35 | 6 | 0 | 110 | 73 | 101 | 70 | 32 |
| Binary | 1100010 | 1101000 | 11101 | 110 | 0 | 1001000 | 111011 | 1000001 | 111000 | 11010 |
Color Harmonies of #62681D
Complementary color
Monochromatic Colors of #62681D
Black with #62681D
Text Example
Text Example
White with #62681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62681D; }
p { color: rgb(98,104,29); }
H1.HeaderClassName
{
color: #62681D;
}
.AnyTagClassName
{
color: #62681D;
}
</style>
background-color css
<style>
a { background-color: #62681D; }
a { background-color: rgb(98,104,29); }
div.DivClassName
{
background-color: #62681D;
}
.BgClassName
{
background-color: #62681D;
}
</style>
border-color css
<style>
span { border-color: #62681D; }
span { border-color: rgb(98,104,29); }
td.TdClassName
{
border-color: #62681D;
}
.TagClassName
{
border-color: #62681D;
}
</style>