Shades of Fiji Green #676F10
Tints of Fiji Green #676F10
RGB
CMYK
RGB Variations
Color information
#676F10 (or 0x676F10) is known color: Fiji Green. HEX triplet: 67, 6F and 10. RGB value is (103,111,16). Sum of RGB (Red+Green+Blue) = 103+111+16=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #676F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676F10 is #9890EF. Grayscale: #626262. Windows color (decimal): -9998576 or 1077095. OLE color: 1077095.
HSL color Cylindrical-coordinate representation of color #676F10: hue angle of 65.05º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #676F10 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 111 | 16 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.56 |
| HSL | 65.05º | 0.75% | 0.25% | - |
| HSV(B) | 65.05º | 0.86% | 0.44% | - |
| XYZ | 11.37 | 14.29 | 2.65 | - |
| YUV | 97.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 16 | 0.07 | 0 | 0.86 | 0.56 | 65.05 | 0.75 | 0.25 |
| Hex | 67 | 6F | 10 | 7 | 0 | 56 | 38 | 41 | 4B | 19 |
| Octal | 147 | 157 | 20 | 7 | 0 | 126 | 70 | 101 | 113 | 31 |
| Binary | 1100111 | 1101111 | 10000 | 111 | 0 | 1010110 | 111000 | 1000001 | 1001011 | 11001 |
Color Harmonies of #676F10
Complementary color
Monochromatic Colors of #676F10
Black with #676F10
Text Example
Text Example
White with #676F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F10; }
p { color: rgb(103,111,16); }
H1.HeaderClassName
{
color: #676F10;
}
.AnyTagClassName
{
color: #676F10;
}
</style>
background-color css
<style>
a { background-color: #676F10; }
a { background-color: rgb(103,111,16); }
div.DivClassName
{
background-color: #676F10;
}
.BgClassName
{
background-color: #676F10;
}
</style>
border-color css
<style>
span { border-color: #676F10; }
span { border-color: rgb(103,111,16); }
td.TdClassName
{
border-color: #676F10;
}
.TagClassName
{
border-color: #676F10;
}
</style>