Shades of Fiji Green #677B1A
Tints of Fiji Green #677B1A
RGB
CMYK
RGB Variations
Color information
#677B1A (or 0x677B1A) is known color: Fiji Green. HEX triplet: 67, 7B and 1A. RGB value is (103,123,26). Sum of RGB (Red+Green+Blue) = 103+123+26=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #677B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677B1A is #9884E5. Grayscale: #6A6A6A. Windows color (decimal): -9995494 or 1735527. OLE color: 1735527.
HSL color Cylindrical-coordinate representation of color #677B1A: hue angle of 72.37º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #677B1A is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 26 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.52 |
| HSL | 72.37º | 0.65% | 0.29% | - |
| HSV(B) | 72.37º | 0.79% | 0.48% | - |
| XYZ | 12.86 | 17.12 | 3.6 | - |
| YUV | 105.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 26 | 0.16 | 0 | 0.79 | 0.52 | 72.37 | 0.65 | 0.29 |
| Hex | 67 | 7B | 1A | 10 | 0 | 4F | 34 | 48 | 41 | 1D |
| Octal | 147 | 173 | 32 | 20 | 0 | 117 | 64 | 110 | 101 | 35 |
| Binary | 1100111 | 1111011 | 11010 | 10000 | 0 | 1001111 | 110100 | 1001000 | 1000001 | 11101 |
Color Harmonies of #677B1A
Complementary color
Monochromatic Colors of #677B1A
Black with #677B1A
Text Example
Text Example
White with #677B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B1A; }
p { color: rgb(103,123,26); }
H1.HeaderClassName
{
color: #677B1A;
}
.AnyTagClassName
{
color: #677B1A;
}
</style>
background-color css
<style>
a { background-color: #677B1A; }
a { background-color: rgb(103,123,26); }
div.DivClassName
{
background-color: #677B1A;
}
.BgClassName
{
background-color: #677B1A;
}
</style>
border-color css
<style>
span { border-color: #677B1A; }
span { border-color: rgb(103,123,26); }
td.TdClassName
{
border-color: #677B1A;
}
.TagClassName
{
border-color: #677B1A;
}
</style>