Shades of Fiji Green #676503
Tints of Fiji Green #676503
RGB
CMYK
RGB Variations
Color information
#676503 (or 0x676503) is known color: Fiji Green. HEX triplet: 67, 65 and 03. RGB value is (103,101,3). Sum of RGB (Red+Green+Blue) = 103+101+3=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #676503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676503 is #989AFC. Grayscale: #5A5A5A. Windows color (decimal): -10001149 or 222567. OLE color: 222567.
HSL color Cylindrical-coordinate representation of color #676503: hue angle of 58.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #676503 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 101 | 3 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.60 |
| HSL | 58.8º | 0.94% | 0.21% | - |
| HSV(B) | 58.8º | 0.97% | 0.4% | - |
| XYZ | 10.26 | 12.2 | 1.9 | - |
| YUV | 90.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 3 | 0 | 0.02 | 0.97 | 0.60 | 58.8 | 0.94 | 0.21 |
| Hex | 67 | 65 | 3 | 0 | 2 | 61 | 3C | 3B | 5E | 15 |
| Octal | 147 | 145 | 3 | 0 | 2 | 141 | 74 | 73 | 136 | 25 |
| Binary | 1100111 | 1100101 | 11 | 0 | 10 | 1100001 | 111100 | 111011 | 1011110 | 10101 |
Color Harmonies of #676503
Complementary color
Monochromatic Colors of #676503
Black with #676503
Text Example
Text Example
White with #676503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676503; }
p { color: rgb(103,101,3); }
H1.HeaderClassName
{
color: #676503;
}
.AnyTagClassName
{
color: #676503;
}
</style>
background-color css
<style>
a { background-color: #676503; }
a { background-color: rgb(103,101,3); }
div.DivClassName
{
background-color: #676503;
}
.BgClassName
{
background-color: #676503;
}
</style>
border-color css
<style>
span { border-color: #676503; }
span { border-color: rgb(103,101,3); }
td.TdClassName
{
border-color: #676503;
}
.TagClassName
{
border-color: #676503;
}
</style>