Shades of Fiji Green #6B6C0A
Tints of Fiji Green #6B6C0A
RGB
CMYK
RGB Variations
Color information
#6B6C0A (or 0x6B6C0A) is known color: Fiji Green. HEX triplet: 6B, 6C and 0A. RGB value is (107,108,10). Sum of RGB (Red+Green+Blue) = 107+108+10=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #6B6C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6C0A is #9493F5. Grayscale: #606060. Windows color (decimal): -9737206 or 683115. OLE color: 683115.
HSL color Cylindrical-coordinate representation of color #6B6C0A: hue angle of 60.61º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B6C0A is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 108 | 10 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.58 |
| HSL | 60.61º | 0.83% | 0.23% | - |
| HSV(B) | 60.61º | 0.91% | 0.42% | - |
| XYZ | 11.48 | 13.87 | 2.36 | - |
| YUV | 96.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 10 | 0.01 | 0 | 0.91 | 0.58 | 60.61 | 0.83 | 0.23 |
| Hex | 6B | 6C | A | 1 | 0 | 5B | 3A | 3D | 53 | 17 |
| Octal | 153 | 154 | 12 | 1 | 0 | 133 | 72 | 75 | 123 | 27 |
| Binary | 1101011 | 1101100 | 1010 | 1 | 0 | 1011011 | 111010 | 111101 | 1010011 | 10111 |
Color Harmonies of #6B6C0A
Complementary color
Monochromatic Colors of #6B6C0A
Black with #6B6C0A
Text Example
Text Example
White with #6B6C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6C0A; }
p { color: rgb(107,108,10); }
H1.HeaderClassName
{
color: #6B6C0A;
}
.AnyTagClassName
{
color: #6B6C0A;
}
</style>
background-color css
<style>
a { background-color: #6B6C0A; }
a { background-color: rgb(107,108,10); }
div.DivClassName
{
background-color: #6B6C0A;
}
.BgClassName
{
background-color: #6B6C0A;
}
</style>
border-color css
<style>
span { border-color: #6B6C0A; }
span { border-color: rgb(107,108,10); }
td.TdClassName
{
border-color: #6B6C0A;
}
.TagClassName
{
border-color: #6B6C0A;
}
</style>