Shades of Fiji Green #677B11
Tints of Fiji Green #677B11
RGB
CMYK
RGB Variations
Color information
#677B11 (or 0x677B11) is known color: Fiji Green. HEX triplet: 67, 7B and 11. RGB value is (103,123,17). Sum of RGB (Red+Green+Blue) = 103+123+17=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #677B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677B11 is #9884EE. Grayscale: #696969. Windows color (decimal): -9995503 or 1145703. OLE color: 1145703.
HSL color Cylindrical-coordinate representation of color #677B11: hue angle of 71.32º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #677B11 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 17 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.52 |
| HSL | 71.32º | 0.76% | 0.27% | - |
| HSV(B) | 71.32º | 0.86% | 0.48% | - |
| XYZ | 12.78 | 17.09 | 3.16 | - |
| YUV | 104.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 17 | 0.16 | 0 | 0.86 | 0.52 | 71.32 | 0.76 | 0.27 |
| Hex | 67 | 7B | 11 | 10 | 0 | 56 | 34 | 47 | 4C | 1B |
| Octal | 147 | 173 | 21 | 20 | 0 | 126 | 64 | 107 | 114 | 33 |
| Binary | 1100111 | 1111011 | 10001 | 10000 | 0 | 1010110 | 110100 | 1000111 | 1001100 | 11011 |
Color Harmonies of #677B11
Complementary color
Monochromatic Colors of #677B11
Black with #677B11
Text Example
Text Example
White with #677B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B11; }
p { color: rgb(103,123,17); }
H1.HeaderClassName
{
color: #677B11;
}
.AnyTagClassName
{
color: #677B11;
}
</style>
background-color css
<style>
a { background-color: #677B11; }
a { background-color: rgb(103,123,17); }
div.DivClassName
{
background-color: #677B11;
}
.BgClassName
{
background-color: #677B11;
}
</style>
border-color css
<style>
span { border-color: #677B11; }
span { border-color: rgb(103,123,17); }
td.TdClassName
{
border-color: #677B11;
}
.TagClassName
{
border-color: #677B11;
}
</style>