Shades of Fiji Green #677E1A
Tints of Fiji Green #677E1A
RGB
CMYK
RGB Variations
Color information
#677E1A (or 0x677E1A) is known color: Fiji Green. HEX triplet: 67, 7E and 1A. RGB value is (103,126,26). Sum of RGB (Red+Green+Blue) = 103+126+26=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #677E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677E1A is #9881E5. Grayscale: #6C6C6C. Windows color (decimal): -9994726 or 1736295. OLE color: 1736295.
HSL color Cylindrical-coordinate representation of color #677E1A: hue angle of 73.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #677E1A is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 126 | 26 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.51 |
| HSL | 73.8º | 0.66% | 0.3% | - |
| HSV(B) | 73.8º | 0.79% | 0.49% | - |
| XYZ | 13.24 | 17.88 | 3.73 | - |
| YUV | 107.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 26 | 0.18 | 0 | 0.79 | 0.51 | 73.8 | 0.66 | 0.3 |
| Hex | 67 | 7E | 1A | 12 | 0 | 4F | 33 | 4A | 42 | 1E |
| Octal | 147 | 176 | 32 | 22 | 0 | 117 | 63 | 112 | 102 | 36 |
| Binary | 1100111 | 1111110 | 11010 | 10010 | 0 | 1001111 | 110011 | 1001010 | 1000010 | 11110 |
Color Harmonies of #677E1A
Complementary color
Monochromatic Colors of #677E1A
Black with #677E1A
Text Example
Text Example
White with #677E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E1A; }
p { color: rgb(103,126,26); }
H1.HeaderClassName
{
color: #677E1A;
}
.AnyTagClassName
{
color: #677E1A;
}
</style>
background-color css
<style>
a { background-color: #677E1A; }
a { background-color: rgb(103,126,26); }
div.DivClassName
{
background-color: #677E1A;
}
.BgClassName
{
background-color: #677E1A;
}
</style>
border-color css
<style>
span { border-color: #677E1A; }
span { border-color: rgb(103,126,26); }
td.TdClassName
{
border-color: #677E1A;
}
.TagClassName
{
border-color: #677E1A;
}
</style>