Shades of Fiji Green #697C15
Tints of Fiji Green #697C15
RGB
CMYK
RGB Variations
Color information
#697C15 (or 0x697C15) is known color: Fiji Green. HEX triplet: 69, 7C and 15. RGB value is (105,124,21). Sum of RGB (Red+Green+Blue) = 105+124+21=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #697C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697C15 is #9683EA. Grayscale: #6A6A6A. Windows color (decimal): -9864171 or 1408105. OLE color: 1408105.
HSL color Cylindrical-coordinate representation of color #697C15: hue angle of 71.07º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #697C15 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 21 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.51 |
| HSL | 71.07º | 0.71% | 0.28% | - |
| HSV(B) | 71.07º | 0.83% | 0.49% | - |
| XYZ | 13.17 | 17.47 | 3.39 | - |
| YUV | 106.58 | 79.71 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 21 | 0.15 | 0 | 0.83 | 0.51 | 71.07 | 0.71 | 0.28 |
| Hex | 69 | 7C | 15 | F | 0 | 53 | 33 | 47 | 47 | 1C |
| Octal | 151 | 174 | 25 | 17 | 0 | 123 | 63 | 107 | 107 | 34 |
| Binary | 1101001 | 1111100 | 10101 | 1111 | 0 | 1010011 | 110011 | 1000111 | 1000111 | 11100 |
Color Harmonies of #697C15
Complementary color
Monochromatic Colors of #697C15
Black with #697C15
Text Example
Text Example
White with #697C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C15; }
p { color: rgb(105,124,21); }
H1.HeaderClassName
{
color: #697C15;
}
.AnyTagClassName
{
color: #697C15;
}
</style>
background-color css
<style>
a { background-color: #697C15; }
a { background-color: rgb(105,124,21); }
div.DivClassName
{
background-color: #697C15;
}
.BgClassName
{
background-color: #697C15;
}
</style>
border-color css
<style>
span { border-color: #697C15; }
span { border-color: rgb(105,124,21); }
td.TdClassName
{
border-color: #697C15;
}
.TagClassName
{
border-color: #697C15;
}
</style>