Shades of Fiji Green #6B721D
Tints of Fiji Green #6B721D
RGB
CMYK
RGB Variations
Color information
#6B721D (or 0x6B721D) is known color: Fiji Green. HEX triplet: 6B, 72 and 1D. RGB value is (107,114,29). Sum of RGB (Red+Green+Blue) = 107+114+29=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #6B721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B721D is #948DE2. Grayscale: #666666. Windows color (decimal): -9735651 or 1929835. OLE color: 1929835.
HSL color Cylindrical-coordinate representation of color #6B721D: hue angle of 64.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B721D is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 29 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.55 |
| HSL | 64.94º | 0.59% | 0.28% | - |
| HSV(B) | 64.94º | 0.75% | 0.45% | - |
| XYZ | 12.3 | 15.25 | 3.46 | - |
| YUV | 102.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 29 | 0.06 | 0 | 0.75 | 0.55 | 64.94 | 0.59 | 0.28 |
| Hex | 6B | 72 | 1D | 6 | 0 | 4B | 37 | 41 | 3B | 1C |
| Octal | 153 | 162 | 35 | 6 | 0 | 113 | 67 | 101 | 73 | 34 |
| Binary | 1101011 | 1110010 | 11101 | 110 | 0 | 1001011 | 110111 | 1000001 | 111011 | 11100 |
Color Harmonies of #6B721D
Complementary color
Monochromatic Colors of #6B721D
Black with #6B721D
Text Example
Text Example
White with #6B721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B721D; }
p { color: rgb(107,114,29); }
H1.HeaderClassName
{
color: #6B721D;
}
.AnyTagClassName
{
color: #6B721D;
}
</style>
background-color css
<style>
a { background-color: #6B721D; }
a { background-color: rgb(107,114,29); }
div.DivClassName
{
background-color: #6B721D;
}
.BgClassName
{
background-color: #6B721D;
}
</style>
border-color css
<style>
span { border-color: #6B721D; }
span { border-color: rgb(107,114,29); }
td.TdClassName
{
border-color: #6B721D;
}
.TagClassName
{
border-color: #6B721D;
}
</style>