Shades of Fiji Green #6A7212
Tints of Fiji Green #6A7212
RGB
CMYK
RGB Variations
Color information
#6A7212 (or 0x6A7212) is known color: Fiji Green. HEX triplet: 6A, 72 and 12. RGB value is (106,114,18). Sum of RGB (Red+Green+Blue) = 106+114+18=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7212 is #958DED. Grayscale: #656565. Windows color (decimal): -9801198 or 1208938. OLE color: 1208938.
HSL color Cylindrical-coordinate representation of color #6A7212: hue angle of 65º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A7212 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 18 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.55 |
| HSL | 65º | 0.73% | 0.26% | - |
| HSV(B) | 65º | 0.84% | 0.45% | - |
| XYZ | 12.07 | 15.14 | 2.86 | - |
| YUV | 100.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 18 | 0.07 | 0 | 0.84 | 0.55 | 65 | 0.73 | 0.26 |
| Hex | 6A | 72 | 12 | 7 | 0 | 54 | 37 | 41 | 49 | 1A |
| Octal | 152 | 162 | 22 | 7 | 0 | 124 | 67 | 101 | 111 | 32 |
| Binary | 1101010 | 1110010 | 10010 | 111 | 0 | 1010100 | 110111 | 1000001 | 1001001 | 11010 |
Color Harmonies of #6A7212
Complementary color
Monochromatic Colors of #6A7212
Black with #6A7212
Text Example
Text Example
White with #6A7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7212; }
p { color: rgb(106,114,18); }
H1.HeaderClassName
{
color: #6A7212;
}
.AnyTagClassName
{
color: #6A7212;
}
</style>
background-color css
<style>
a { background-color: #6A7212; }
a { background-color: rgb(106,114,18); }
div.DivClassName
{
background-color: #6A7212;
}
.BgClassName
{
background-color: #6A7212;
}
</style>
border-color css
<style>
span { border-color: #6A7212; }
span { border-color: rgb(106,114,18); }
td.TdClassName
{
border-color: #6A7212;
}
.TagClassName
{
border-color: #6A7212;
}
</style>