Shades of Fiji Green #62671D
Tints of Fiji Green #62671D
RGB
CMYK
RGB Variations
Color information
#62671D (or 0x62671D) is known color: Fiji Green. HEX triplet: 62, 67 and 1D. RGB value is (98,103,29). Sum of RGB (Red+Green+Blue) = 98+103+29=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 103 - color contains mainly: green. Hex color #62671D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62671D is #9D98E2. Grayscale: #5D5D5D. Windows color (decimal): -10328291 or 1927010. OLE color: 1927010.
HSL color Cylindrical-coordinate representation of color #62671D: hue angle of 64.05º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62671D is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 29 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.60 |
| HSL | 64.05º | 0.56% | 0.26% | - |
| HSV(B) | 64.05º | 0.72% | 0.4% | - |
| XYZ | 10.11 | 12.39 | 3.02 | - |
| YUV | 93.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 29 | 0.05 | 0 | 0.72 | 0.60 | 64.05 | 0.56 | 0.26 |
| Hex | 62 | 67 | 1D | 5 | 0 | 48 | 3C | 40 | 38 | 1A |
| Octal | 142 | 147 | 35 | 5 | 0 | 110 | 74 | 100 | 70 | 32 |
| Binary | 1100010 | 1100111 | 11101 | 101 | 0 | 1001000 | 111100 | 1000000 | 111000 | 11010 |
Color Harmonies of #62671D
Complementary color
Monochromatic Colors of #62671D
Black with #62671D
Text Example
Text Example
White with #62671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62671D; }
p { color: rgb(98,103,29); }
H1.HeaderClassName
{
color: #62671D;
}
.AnyTagClassName
{
color: #62671D;
}
</style>
background-color css
<style>
a { background-color: #62671D; }
a { background-color: rgb(98,103,29); }
div.DivClassName
{
background-color: #62671D;
}
.BgClassName
{
background-color: #62671D;
}
</style>
border-color css
<style>
span { border-color: #62671D; }
span { border-color: rgb(98,103,29); }
td.TdClassName
{
border-color: #62671D;
}
.TagClassName
{
border-color: #62671D;
}
</style>