Shades of Fiji Green #676105
Tints of Fiji Green #676105
RGB
CMYK
RGB Variations
Color information
#676105 (or 0x676105) is known color: Fiji Green. HEX triplet: 67, 61 and 05. RGB value is (103,97,5). Sum of RGB (Red+Green+Blue) = 103+97+5=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #676105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676105 is #989EFA. Grayscale: #585858. Windows color (decimal): -10002171 or 352615. OLE color: 352615.
HSL color Cylindrical-coordinate representation of color #676105: hue angle of 56.33º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #676105 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 5 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.60 |
| HSL | 56.33º | 0.91% | 0.21% | - |
| HSV(B) | 56.33º | 0.95% | 0.4% | - |
| XYZ | 9.9 | 11.44 | 1.83 | - |
| YUV | 88.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 5 | 0 | 0.06 | 0.95 | 0.60 | 56.33 | 0.91 | 0.21 |
| Hex | 67 | 61 | 5 | 0 | 6 | 5F | 3C | 38 | 5B | 15 |
| Octal | 147 | 141 | 5 | 0 | 6 | 137 | 74 | 70 | 133 | 25 |
| Binary | 1100111 | 1100001 | 101 | 0 | 110 | 1011111 | 111100 | 111000 | 1011011 | 10101 |
Color Harmonies of #676105
Complementary color
Monochromatic Colors of #676105
Black with #676105
Text Example
Text Example
White with #676105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676105; }
p { color: rgb(103,97,5); }
H1.HeaderClassName
{
color: #676105;
}
.AnyTagClassName
{
color: #676105;
}
</style>
background-color css
<style>
a { background-color: #676105; }
a { background-color: rgb(103,97,5); }
div.DivClassName
{
background-color: #676105;
}
.BgClassName
{
background-color: #676105;
}
</style>
border-color css
<style>
span { border-color: #676105; }
span { border-color: rgb(103,97,5); }
td.TdClassName
{
border-color: #676105;
}
.TagClassName
{
border-color: #676105;
}
</style>