Shades of Fiji Green #677B12
Tints of Fiji Green #677B12
RGB
CMYK
RGB Variations
Color information
#677B12 (or 0x677B12) is known color: Fiji Green. HEX triplet: 67, 7B and 12. RGB value is (103,123,18). Sum of RGB (Red+Green+Blue) = 103+123+18=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #677B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677B12 is #9884ED. Grayscale: #696969. Windows color (decimal): -9995502 or 1211239. OLE color: 1211239.
HSL color Cylindrical-coordinate representation of color #677B12: hue angle of 71.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #677B12 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 18 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.52 |
| HSL | 71.43º | 0.74% | 0.28% | - |
| HSV(B) | 71.43º | 0.85% | 0.48% | - |
| XYZ | 12.79 | 17.09 | 3.2 | - |
| YUV | 105.05 | 78.87 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 18 | 0.16 | 0 | 0.85 | 0.52 | 71.43 | 0.74 | 0.28 |
| Hex | 67 | 7B | 12 | 10 | 0 | 55 | 34 | 47 | 4A | 1C |
| Octal | 147 | 173 | 22 | 20 | 0 | 125 | 64 | 107 | 112 | 34 |
| Binary | 1100111 | 1111011 | 10010 | 10000 | 0 | 1010101 | 110100 | 1000111 | 1001010 | 11100 |
Color Harmonies of #677B12
Complementary color
Monochromatic Colors of #677B12
Black with #677B12
Text Example
Text Example
White with #677B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B12; }
p { color: rgb(103,123,18); }
H1.HeaderClassName
{
color: #677B12;
}
.AnyTagClassName
{
color: #677B12;
}
</style>
background-color css
<style>
a { background-color: #677B12; }
a { background-color: rgb(103,123,18); }
div.DivClassName
{
background-color: #677B12;
}
.BgClassName
{
background-color: #677B12;
}
</style>
border-color css
<style>
span { border-color: #677B12; }
span { border-color: rgb(103,123,18); }
td.TdClassName
{
border-color: #677B12;
}
.TagClassName
{
border-color: #677B12;
}
</style>