Shades of Fiji Green #697C21
Tints of Fiji Green #697C21
RGB
CMYK
RGB Variations
Color information
#697C21 (or 0x697C21) is known color: Fiji Green. HEX triplet: 69, 7C and 21. RGB value is (105,124,33). Sum of RGB (Red+Green+Blue) = 105+124+33=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #697C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C21 is #9683DE. Grayscale: #6C6C6C. Windows color (decimal): -9864159 or 2194537. OLE color: 2194537.
HSL color Cylindrical-coordinate representation of color #697C21: hue angle of 72.53º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #697C21 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 33 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.51 |
| HSL | 72.53º | 0.58% | 0.31% | - |
| HSV(B) | 72.53º | 0.73% | 0.49% | - |
| XYZ | 13.31 | 17.53 | 4.12 | - |
| YUV | 107.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 33 | 0.15 | 0 | 0.73 | 0.51 | 72.53 | 0.58 | 0.31 |
| Hex | 69 | 7C | 21 | F | 0 | 49 | 33 | 49 | 3A | 1F |
| Octal | 151 | 174 | 41 | 17 | 0 | 111 | 63 | 111 | 72 | 37 |
| Binary | 1101001 | 1111100 | 100001 | 1111 | 0 | 1001001 | 110011 | 1001001 | 111010 | 11111 |
Color Harmonies of #697C21
Complementary color
Monochromatic Colors of #697C21
Black with #697C21
Text Example
Text Example
White with #697C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C21; }
p { color: rgb(105,124,33); }
H1.HeaderClassName
{
color: #697C21;
}
.AnyTagClassName
{
color: #697C21;
}
</style>
background-color css
<style>
a { background-color: #697C21; }
a { background-color: rgb(105,124,33); }
div.DivClassName
{
background-color: #697C21;
}
.BgClassName
{
background-color: #697C21;
}
</style>
border-color css
<style>
span { border-color: #697C21; }
span { border-color: rgb(105,124,33); }
td.TdClassName
{
border-color: #697C21;
}
.TagClassName
{
border-color: #697C21;
}
</style>