Shades of Fiji Green #6B721C
Tints of Fiji Green #6B721C
RGB
CMYK
RGB Variations
Color information
#6B721C (or 0x6B721C) is known color: Fiji Green. HEX triplet: 6B, 72 and 1C. RGB value is (107,114,28). Sum of RGB (Red+Green+Blue) = 107+114+28=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #6B721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B721C is #948DE3. Grayscale: #666666. Windows color (decimal): -9735652 or 1864299. OLE color: 1864299.
HSL color Cylindrical-coordinate representation of color #6B721C: hue angle of 64.88º degrees, saturation: 0.61, 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 #6B721C is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 28 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.55 |
| HSL | 64.88º | 0.61% | 0.28% | - |
| HSV(B) | 64.88º | 0.75% | 0.45% | - |
| XYZ | 12.29 | 15.24 | 3.39 | - |
| YUV | 102.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 28 | 0.06 | 0 | 0.75 | 0.55 | 64.88 | 0.61 | 0.28 |
| Hex | 6B | 72 | 1C | 6 | 0 | 4B | 37 | 41 | 3D | 1C |
| Octal | 153 | 162 | 34 | 6 | 0 | 113 | 67 | 101 | 75 | 34 |
| Binary | 1101011 | 1110010 | 11100 | 110 | 0 | 1001011 | 110111 | 1000001 | 111101 | 11100 |
Color Harmonies of #6B721C
Complementary color
Monochromatic Colors of #6B721C
Black with #6B721C
Text Example
Text Example
White with #6B721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B721C; }
p { color: rgb(107,114,28); }
H1.HeaderClassName
{
color: #6B721C;
}
.AnyTagClassName
{
color: #6B721C;
}
</style>
background-color css
<style>
a { background-color: #6B721C; }
a { background-color: rgb(107,114,28); }
div.DivClassName
{
background-color: #6B721C;
}
.BgClassName
{
background-color: #6B721C;
}
</style>
border-color css
<style>
span { border-color: #6B721C; }
span { border-color: rgb(107,114,28); }
td.TdClassName
{
border-color: #6B721C;
}
.TagClassName
{
border-color: #6B721C;
}
</style>