Shades of Fiji Green #677D0F
Tints of Fiji Green #677D0F
RGB
CMYK
RGB Variations
Color information
#677D0F (or 0x677D0F) is known color: Fiji Green. HEX triplet: 67, 7D and 0F. RGB value is (103,125,15). Sum of RGB (Red+Green+Blue) = 103+125+15=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #677D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677D0F is #9882F0. Grayscale: #6A6A6A. Windows color (decimal): -9994993 or 1015143. OLE color: 1015143.
HSL color Cylindrical-coordinate representation of color #677D0F: hue angle of 72º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #677D0F is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 125 | 15 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.51 |
| HSL | 72º | 0.79% | 0.27% | - |
| HSV(B) | 72º | 0.88% | 0.49% | - |
| XYZ | 13.01 | 17.59 | 3.16 | - |
| YUV | 105.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 15 | 0.18 | 0 | 0.88 | 0.51 | 72 | 0.79 | 0.27 |
| Hex | 67 | 7D | F | 12 | 0 | 58 | 33 | 48 | 4F | 1B |
| Octal | 147 | 175 | 17 | 22 | 0 | 130 | 63 | 110 | 117 | 33 |
| Binary | 1100111 | 1111101 | 1111 | 10010 | 0 | 1011000 | 110011 | 1001000 | 1001111 | 11011 |
Color Harmonies of #677D0F
Complementary color
Monochromatic Colors of #677D0F
Black with #677D0F
Text Example
Text Example
White with #677D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D0F; }
p { color: rgb(103,125,15); }
H1.HeaderClassName
{
color: #677D0F;
}
.AnyTagClassName
{
color: #677D0F;
}
</style>
background-color css
<style>
a { background-color: #677D0F; }
a { background-color: rgb(103,125,15); }
div.DivClassName
{
background-color: #677D0F;
}
.BgClassName
{
background-color: #677D0F;
}
</style>
border-color css
<style>
span { border-color: #677D0F; }
span { border-color: rgb(103,125,15); }
td.TdClassName
{
border-color: #677D0F;
}
.TagClassName
{
border-color: #677D0F;
}
</style>