Shades of Fiji Green #62771A
Tints of Fiji Green #62771A
RGB
CMYK
RGB Variations
Color information
#62771A (or 0x62771A) is known color: Fiji Green. HEX triplet: 62, 77 and 1A. RGB value is (98,119,26). Sum of RGB (Red+Green+Blue) = 98+119+26=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #62771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62771A is #9D88E5. Grayscale: #666666. Windows color (decimal): -10324198 or 1734498. OLE color: 1734498.
HSL color Cylindrical-coordinate representation of color #62771A: hue angle of 73.55º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62771A is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 119 | 26 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.53 |
| HSL | 73.55º | 0.64% | 0.28% | - |
| HSV(B) | 73.55º | 0.78% | 0.47% | - |
| XYZ | 11.82 | 15.86 | 3.42 | - |
| YUV | 102.12 | 85.04 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 119 | 26 | 0.18 | 0 | 0.78 | 0.53 | 73.55 | 0.64 | 0.28 |
| Hex | 62 | 77 | 1A | 12 | 0 | 4E | 35 | 4A | 40 | 1C |
| Octal | 142 | 167 | 32 | 22 | 0 | 116 | 65 | 112 | 100 | 34 |
| Binary | 1100010 | 1110111 | 11010 | 10010 | 0 | 1001110 | 110101 | 1001010 | 1000000 | 11100 |
Color Harmonies of #62771A
Complementary color
Monochromatic Colors of #62771A
Black with #62771A
Text Example
Text Example
White with #62771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62771A; }
p { color: rgb(98,119,26); }
H1.HeaderClassName
{
color: #62771A;
}
.AnyTagClassName
{
color: #62771A;
}
</style>
background-color css
<style>
a { background-color: #62771A; }
a { background-color: rgb(98,119,26); }
div.DivClassName
{
background-color: #62771A;
}
.BgClassName
{
background-color: #62771A;
}
</style>
border-color css
<style>
span { border-color: #62771A; }
span { border-color: rgb(98,119,26); }
td.TdClassName
{
border-color: #62771A;
}
.TagClassName
{
border-color: #62771A;
}
</style>