Shades of Fiji Green #676903
Tints of Fiji Green #676903
RGB
CMYK
RGB Variations
Color information
#676903 (or 0x676903) is known color: Fiji Green. HEX triplet: 67, 69 and 03. RGB value is (103,105,3). Sum of RGB (Red+Green+Blue) = 103+105+3=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #676903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676903 is #9896FC. Grayscale: #5D5D5D. Windows color (decimal): -10000125 or 223591. OLE color: 223591.
HSL color Cylindrical-coordinate representation of color #676903: hue angle of 61.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #676903 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 105 | 3 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.59 |
| HSL | 61.18º | 0.94% | 0.21% | - |
| HSV(B) | 61.18º | 0.97% | 0.41% | - |
| XYZ | 10.66 | 12.99 | 2.03 | - |
| YUV | 92.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 3 | 0.02 | 0 | 0.97 | 0.59 | 61.18 | 0.94 | 0.21 |
| Hex | 67 | 69 | 3 | 2 | 0 | 61 | 3B | 3D | 5E | 15 |
| Octal | 147 | 151 | 3 | 2 | 0 | 141 | 73 | 75 | 136 | 25 |
| Binary | 1100111 | 1101001 | 11 | 10 | 0 | 1100001 | 111011 | 111101 | 1011110 | 10101 |
Color Harmonies of #676903
Complementary color
Monochromatic Colors of #676903
Black with #676903
Text Example
Text Example
White with #676903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676903; }
p { color: rgb(103,105,3); }
H1.HeaderClassName
{
color: #676903;
}
.AnyTagClassName
{
color: #676903;
}
</style>
background-color css
<style>
a { background-color: #676903; }
a { background-color: rgb(103,105,3); }
div.DivClassName
{
background-color: #676903;
}
.BgClassName
{
background-color: #676903;
}
</style>
border-color css
<style>
span { border-color: #676903; }
span { border-color: rgb(103,105,3); }
td.TdClassName
{
border-color: #676903;
}
.TagClassName
{
border-color: #676903;
}
</style>