Shades of Fiji Green #676605
Tints of Fiji Green #676605
RGB
CMYK
RGB Variations
Color information
#676605 (or 0x676605) is known color: Fiji Green. HEX triplet: 67, 66 and 05. RGB value is (103,102,5). Sum of RGB (Red+Green+Blue) = 103+102+5=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #676605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676605 is #9899FA. Grayscale: #5B5B5B. Windows color (decimal): -10000891 or 353895. OLE color: 353895.
HSL color Cylindrical-coordinate representation of color #676605: hue angle of 59.39º 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 #676605 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 102 | 5 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.60 |
| HSL | 59.39º | 0.91% | 0.21% | - |
| HSV(B) | 59.39º | 0.95% | 0.4% | - |
| XYZ | 10.37 | 12.4 | 1.99 | - |
| YUV | 91.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 5 | 0 | 0.01 | 0.95 | 0.60 | 59.39 | 0.91 | 0.21 |
| Hex | 67 | 66 | 5 | 0 | 1 | 5F | 3C | 3B | 5B | 15 |
| Octal | 147 | 146 | 5 | 0 | 1 | 137 | 74 | 73 | 133 | 25 |
| Binary | 1100111 | 1100110 | 101 | 0 | 1 | 1011111 | 111100 | 111011 | 1011011 | 10101 |
Color Harmonies of #676605
Complementary color
Monochromatic Colors of #676605
Black with #676605
Text Example
Text Example
White with #676605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676605; }
p { color: rgb(103,102,5); }
H1.HeaderClassName
{
color: #676605;
}
.AnyTagClassName
{
color: #676605;
}
</style>
background-color css
<style>
a { background-color: #676605; }
a { background-color: rgb(103,102,5); }
div.DivClassName
{
background-color: #676605;
}
.BgClassName
{
background-color: #676605;
}
</style>
border-color css
<style>
span { border-color: #676605; }
span { border-color: rgb(103,102,5); }
td.TdClassName
{
border-color: #676605;
}
.TagClassName
{
border-color: #676605;
}
</style>