Shades of Fiji Green #667E0F
Tints of Fiji Green #667E0F
RGB
CMYK
RGB Variations
Color information
#667E0F (or 0x667E0F) is known color: Fiji Green. HEX triplet: 66, 7E and 0F. RGB value is (102,126,15). Sum of RGB (Red+Green+Blue) = 102+126+15=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #667E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667E0F is #9981F0. Grayscale: #6A6A6A. Windows color (decimal): -10060273 or 1015398. OLE color: 1015398.
HSL color Cylindrical-coordinate representation of color #667E0F: hue angle of 72.97º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #667E0F is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 15 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.51 |
| HSL | 72.97º | 0.79% | 0.28% | - |
| HSV(B) | 72.97º | 0.88% | 0.49% | - |
| XYZ | 13.03 | 17.78 | 3.2 | - |
| YUV | 106.17 | 76.55 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 15 | 0.19 | 0 | 0.88 | 0.51 | 72.97 | 0.79 | 0.28 |
| Hex | 66 | 7E | F | 13 | 0 | 58 | 33 | 49 | 4F | 1C |
| Octal | 146 | 176 | 17 | 23 | 0 | 130 | 63 | 111 | 117 | 34 |
| Binary | 1100110 | 1111110 | 1111 | 10011 | 0 | 1011000 | 110011 | 1001001 | 1001111 | 11100 |
Color Harmonies of #667E0F
Complementary color
Monochromatic Colors of #667E0F
Black with #667E0F
Text Example
Text Example
White with #667E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E0F; }
p { color: rgb(102,126,15); }
H1.HeaderClassName
{
color: #667E0F;
}
.AnyTagClassName
{
color: #667E0F;
}
</style>
background-color css
<style>
a { background-color: #667E0F; }
a { background-color: rgb(102,126,15); }
div.DivClassName
{
background-color: #667E0F;
}
.BgClassName
{
background-color: #667E0F;
}
</style>
border-color css
<style>
span { border-color: #667E0F; }
span { border-color: rgb(102,126,15); }
td.TdClassName
{
border-color: #667E0F;
}
.TagClassName
{
border-color: #667E0F;
}
</style>