Shades of Fiji Green #62670D
Tints of Fiji Green #62670D
RGB
CMYK
RGB Variations
Color information
#62670D (or 0x62670D) is known color: Fiji Green. HEX triplet: 62, 67 and 0D. RGB value is (98,103,13). Sum of RGB (Red+Green+Blue) = 98+103+13=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #62670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62670D is #9D98F2. Grayscale: #5B5B5B. Windows color (decimal): -10328307 or 878434. OLE color: 878434.
HSL color Cylindrical-coordinate representation of color #62670D: hue angle of 63.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62670D is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 13 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.60 |
| HSL | 63.33º | 0.78% | 0.23% | - |
| HSV(B) | 63.33º | 0.87% | 0.4% | - |
| XYZ | 9.96 | 12.33 | 2.24 | - |
| YUV | 91.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 13 | 0.05 | 0 | 0.87 | 0.60 | 63.33 | 0.78 | 0.23 |
| Hex | 62 | 67 | D | 5 | 0 | 57 | 3C | 3F | 4E | 17 |
| Octal | 142 | 147 | 15 | 5 | 0 | 127 | 74 | 77 | 116 | 27 |
| Binary | 1100010 | 1100111 | 1101 | 101 | 0 | 1010111 | 111100 | 111111 | 1001110 | 10111 |
Color Harmonies of #62670D
Complementary color
Monochromatic Colors of #62670D
Black with #62670D
Text Example
Text Example
White with #62670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62670D; }
p { color: rgb(98,103,13); }
H1.HeaderClassName
{
color: #62670D;
}
.AnyTagClassName
{
color: #62670D;
}
</style>
background-color css
<style>
a { background-color: #62670D; }
a { background-color: rgb(98,103,13); }
div.DivClassName
{
background-color: #62670D;
}
.BgClassName
{
background-color: #62670D;
}
</style>
border-color css
<style>
span { border-color: #62670D; }
span { border-color: rgb(98,103,13); }
td.TdClassName
{
border-color: #62670D;
}
.TagClassName
{
border-color: #62670D;
}
</style>