Shades of Fiji Green #69720A
Tints of Fiji Green #69720A
RGB
CMYK
RGB Variations
Color information
#69720A (or 0x69720A) is known color: Fiji Green. HEX triplet: 69, 72 and 0A. RGB value is (105,114,10). Sum of RGB (Red+Green+Blue) = 105+114+10=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #69720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69720A is #968DF5. Grayscale: #636363. Windows color (decimal): -9866742 or 684649. OLE color: 684649.
HSL color Cylindrical-coordinate representation of color #69720A: hue angle of 65.19º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69720A is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 114 | 10 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.55 |
| HSL | 65.19º | 0.84% | 0.24% | - |
| HSV(B) | 65.19º | 0.91% | 0.45% | - |
| XYZ | 11.9 | 15.06 | 2.57 | - |
| YUV | 99.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 10 | 0.08 | 0 | 0.91 | 0.55 | 65.19 | 0.84 | 0.24 |
| Hex | 69 | 72 | A | 8 | 0 | 5B | 37 | 41 | 54 | 18 |
| Octal | 151 | 162 | 12 | 10 | 0 | 133 | 67 | 101 | 124 | 30 |
| Binary | 1101001 | 1110010 | 1010 | 1000 | 0 | 1011011 | 110111 | 1000001 | 1010100 | 11000 |
Color Harmonies of #69720A
Complementary color
Monochromatic Colors of #69720A
Black with #69720A
Text Example
Text Example
White with #69720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69720A; }
p { color: rgb(105,114,10); }
H1.HeaderClassName
{
color: #69720A;
}
.AnyTagClassName
{
color: #69720A;
}
</style>
background-color css
<style>
a { background-color: #69720A; }
a { background-color: rgb(105,114,10); }
div.DivClassName
{
background-color: #69720A;
}
.BgClassName
{
background-color: #69720A;
}
</style>
border-color css
<style>
span { border-color: #69720A; }
span { border-color: rgb(105,114,10); }
td.TdClassName
{
border-color: #69720A;
}
.TagClassName
{
border-color: #69720A;
}
</style>