Shades of Fiji Green #6B720A
Tints of Fiji Green #6B720A
RGB
CMYK
RGB Variations
Color information
#6B720A (or 0x6B720A) is known color: Fiji Green. HEX triplet: 6B, 72 and 0A. RGB value is (107,114,10). Sum of RGB (Red+Green+Blue) = 107+114+10=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #6B720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B720A is #948DF5. Grayscale: #646464. Windows color (decimal): -9735670 or 684651. OLE color: 684651.
HSL color Cylindrical-coordinate representation of color #6B720A: hue angle of 64.04º 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 #6B720A is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 10 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.55 |
| HSL | 64.04º | 0.84% | 0.24% | - |
| HSV(B) | 64.04º | 0.91% | 0.45% | - |
| XYZ | 12.14 | 15.18 | 2.58 | - |
| YUV | 100.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 10 | 0.06 | 0 | 0.91 | 0.55 | 64.04 | 0.84 | 0.24 |
| Hex | 6B | 72 | A | 6 | 0 | 5B | 37 | 40 | 54 | 18 |
| Octal | 153 | 162 | 12 | 6 | 0 | 133 | 67 | 100 | 124 | 30 |
| Binary | 1101011 | 1110010 | 1010 | 110 | 0 | 1011011 | 110111 | 1000000 | 1010100 | 11000 |
Color Harmonies of #6B720A
Complementary color
Monochromatic Colors of #6B720A
Black with #6B720A
Text Example
Text Example
White with #6B720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B720A; }
p { color: rgb(107,114,10); }
H1.HeaderClassName
{
color: #6B720A;
}
.AnyTagClassName
{
color: #6B720A;
}
</style>
background-color css
<style>
a { background-color: #6B720A; }
a { background-color: rgb(107,114,10); }
div.DivClassName
{
background-color: #6B720A;
}
.BgClassName
{
background-color: #6B720A;
}
</style>
border-color css
<style>
span { border-color: #6B720A; }
span { border-color: rgb(107,114,10); }
td.TdClassName
{
border-color: #6B720A;
}
.TagClassName
{
border-color: #6B720A;
}
</style>