Shades of Fiji Green #6C6A12
Tints of Fiji Green #6C6A12
RGB
CMYK
RGB Variations
Color information
#6C6A12 (or 0x6C6A12) is known color: Fiji Green. HEX triplet: 6C, 6A and 12. RGB value is (108,106,18). Sum of RGB (Red+Green+Blue) = 108+106+18=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6A12 is #9395ED. Grayscale: #606060. Windows color (decimal): -9672174 or 1206892. OLE color: 1206892.
HSL color Cylindrical-coordinate representation of color #6C6A12: hue angle of 58.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C6A12 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 106 | 18 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.58 |
| HSL | 58.67º | 0.71% | 0.25% | - |
| HSV(B) | 58.67º | 0.83% | 0.42% | - |
| XYZ | 11.45 | 13.54 | 2.58 | - |
| YUV | 96.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 106 | 18 | 0 | 0.02 | 0.83 | 0.58 | 58.67 | 0.71 | 0.25 |
| Hex | 6C | 6A | 12 | 0 | 2 | 53 | 3A | 3B | 47 | 19 |
| Octal | 154 | 152 | 22 | 0 | 2 | 123 | 72 | 73 | 107 | 31 |
| Binary | 1101100 | 1101010 | 10010 | 0 | 10 | 1010011 | 111010 | 111011 | 1000111 | 11001 |
Color Harmonies of #6C6A12
Complementary color
Monochromatic Colors of #6C6A12
Black with #6C6A12
Text Example
Text Example
White with #6C6A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6A12; }
p { color: rgb(108,106,18); }
H1.HeaderClassName
{
color: #6C6A12;
}
.AnyTagClassName
{
color: #6C6A12;
}
</style>
background-color css
<style>
a { background-color: #6C6A12; }
a { background-color: rgb(108,106,18); }
div.DivClassName
{
background-color: #6C6A12;
}
.BgClassName
{
background-color: #6C6A12;
}
</style>
border-color css
<style>
span { border-color: #6C6A12; }
span { border-color: rgb(108,106,18); }
td.TdClassName
{
border-color: #6C6A12;
}
.TagClassName
{
border-color: #6C6A12;
}
</style>