Shades of Fiji Green #697B20
Tints of Fiji Green #697B20
RGB
CMYK
RGB Variations
Color information
#697B20 (or 0x697B20) is known color: Fiji Green. HEX triplet: 69, 7B and 20. RGB value is (105,123,32). Sum of RGB (Red+Green+Blue) = 105+123+32=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #697B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B20 is #9684DF. Grayscale: #6B6B6B. Windows color (decimal): -9864416 or 2128745. OLE color: 2128745.
HSL color Cylindrical-coordinate representation of color #697B20: hue angle of 71.87º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #697B20 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 32 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.52 |
| HSL | 71.87º | 0.59% | 0.3% | - |
| HSV(B) | 71.87º | 0.74% | 0.48% | - |
| XYZ | 13.17 | 17.27 | 4.01 | - |
| YUV | 107.24 | 85.54 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 32 | 0.15 | 0 | 0.74 | 0.52 | 71.87 | 0.59 | 0.3 |
| Hex | 69 | 7B | 20 | F | 0 | 4A | 34 | 48 | 3B | 1E |
| Octal | 151 | 173 | 40 | 17 | 0 | 112 | 64 | 110 | 73 | 36 |
| Binary | 1101001 | 1111011 | 100000 | 1111 | 0 | 1001010 | 110100 | 1001000 | 111011 | 11110 |
Color Harmonies of #697B20
Complementary color
Monochromatic Colors of #697B20
Black with #697B20
Text Example
Text Example
White with #697B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B20; }
p { color: rgb(105,123,32); }
H1.HeaderClassName
{
color: #697B20;
}
.AnyTagClassName
{
color: #697B20;
}
</style>
background-color css
<style>
a { background-color: #697B20; }
a { background-color: rgb(105,123,32); }
div.DivClassName
{
background-color: #697B20;
}
.BgClassName
{
background-color: #697B20;
}
</style>
border-color css
<style>
span { border-color: #697B20; }
span { border-color: rgb(105,123,32); }
td.TdClassName
{
border-color: #697B20;
}
.TagClassName
{
border-color: #697B20;
}
</style>