Shades of Fiji Green #677B14
Tints of Fiji Green #677B14
RGB
CMYK
RGB Variations
Color information
#677B14 (or 0x677B14) is known color: Fiji Green. HEX triplet: 67, 7B and 14. RGB value is (103,123,20). Sum of RGB (Red+Green+Blue) = 103+123+20=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #677B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677B14 is #9884EB. Grayscale: #696969. Windows color (decimal): -9995500 or 1342311. OLE color: 1342311.
HSL color Cylindrical-coordinate representation of color #677B14: hue angle of 71.65º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #677B14 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 20 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.52 |
| HSL | 71.65º | 0.72% | 0.28% | - |
| HSV(B) | 71.65º | 0.84% | 0.48% | - |
| XYZ | 12.8 | 17.1 | 3.29 | - |
| YUV | 105.28 | 79.87 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 20 | 0.16 | 0 | 0.84 | 0.52 | 71.65 | 0.72 | 0.28 |
| Hex | 67 | 7B | 14 | 10 | 0 | 54 | 34 | 48 | 48 | 1C |
| Octal | 147 | 173 | 24 | 20 | 0 | 124 | 64 | 110 | 110 | 34 |
| Binary | 1100111 | 1111011 | 10100 | 10000 | 0 | 1010100 | 110100 | 1001000 | 1001000 | 11100 |
Color Harmonies of #677B14
Complementary color
Monochromatic Colors of #677B14
Black with #677B14
Text Example
Text Example
White with #677B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B14; }
p { color: rgb(103,123,20); }
H1.HeaderClassName
{
color: #677B14;
}
.AnyTagClassName
{
color: #677B14;
}
</style>
background-color css
<style>
a { background-color: #677B14; }
a { background-color: rgb(103,123,20); }
div.DivClassName
{
background-color: #677B14;
}
.BgClassName
{
background-color: #677B14;
}
</style>
border-color css
<style>
span { border-color: #677B14; }
span { border-color: rgb(103,123,20); }
td.TdClassName
{
border-color: #677B14;
}
.TagClassName
{
border-color: #677B14;
}
</style>