Shades of Fiji Green #62671A
Tints of Fiji Green #62671A
RGB
CMYK
RGB Variations
Color information
#62671A (or 0x62671A) is known color: Fiji Green. HEX triplet: 62, 67 and 1A. RGB value is (98,103,26). Sum of RGB (Red+Green+Blue) = 98+103+26=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #62671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62671A is #9D98E5. Grayscale: #5D5D5D. Windows color (decimal): -10328294 or 1730402. OLE color: 1730402.
HSL color Cylindrical-coordinate representation of color #62671A: hue angle of 63.9º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62671A is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 26 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.60 |
| HSL | 63.9º | 0.6% | 0.25% | - |
| HSV(B) | 63.9º | 0.75% | 0.4% | - |
| XYZ | 10.07 | 12.37 | 2.83 | - |
| YUV | 92.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 26 | 0.05 | 0 | 0.75 | 0.60 | 63.9 | 0.6 | 0.25 |
| Hex | 62 | 67 | 1A | 5 | 0 | 4B | 3C | 40 | 3C | 19 |
| Octal | 142 | 147 | 32 | 5 | 0 | 113 | 74 | 100 | 74 | 31 |
| Binary | 1100010 | 1100111 | 11010 | 101 | 0 | 1001011 | 111100 | 1000000 | 111100 | 11001 |
Color Harmonies of #62671A
Complementary color
Monochromatic Colors of #62671A
Black with #62671A
Text Example
Text Example
White with #62671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62671A; }
p { color: rgb(98,103,26); }
H1.HeaderClassName
{
color: #62671A;
}
.AnyTagClassName
{
color: #62671A;
}
</style>
background-color css
<style>
a { background-color: #62671A; }
a { background-color: rgb(98,103,26); }
div.DivClassName
{
background-color: #62671A;
}
.BgClassName
{
background-color: #62671A;
}
</style>
border-color css
<style>
span { border-color: #62671A; }
span { border-color: rgb(98,103,26); }
td.TdClassName
{
border-color: #62671A;
}
.TagClassName
{
border-color: #62671A;
}
</style>