Shades of Fiji Green #6B6F0C
Tints of Fiji Green #6B6F0C
RGB
CMYK
RGB Variations
Color information
#6B6F0C (or 0x6B6F0C) is known color: Fiji Green. HEX triplet: 6B, 6F and 0C. RGB value is (107,111,12). Sum of RGB (Red+Green+Blue) = 107+111+12=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #6B6F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6F0C is #9490F3. Grayscale: #626262. Windows color (decimal): -9736436 or 814955. OLE color: 814955.
HSL color Cylindrical-coordinate representation of color #6B6F0C: hue angle of 62.42º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B6F0C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 111 | 12 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.56 |
| HSL | 62.42º | 0.8% | 0.24% | - |
| HSV(B) | 62.42º | 0.89% | 0.44% | - |
| XYZ | 11.81 | 14.52 | 2.53 | - |
| YUV | 98.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 12 | 0.04 | 0 | 0.89 | 0.56 | 62.42 | 0.8 | 0.24 |
| Hex | 6B | 6F | C | 4 | 0 | 59 | 38 | 3E | 50 | 18 |
| Octal | 153 | 157 | 14 | 4 | 0 | 131 | 70 | 76 | 120 | 30 |
| Binary | 1101011 | 1101111 | 1100 | 100 | 0 | 1011001 | 111000 | 111110 | 1010000 | 11000 |
Color Harmonies of #6B6F0C
Complementary color
Monochromatic Colors of #6B6F0C
Black with #6B6F0C
Text Example
Text Example
White with #6B6F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F0C; }
p { color: rgb(107,111,12); }
H1.HeaderClassName
{
color: #6B6F0C;
}
.AnyTagClassName
{
color: #6B6F0C;
}
</style>
background-color css
<style>
a { background-color: #6B6F0C; }
a { background-color: rgb(107,111,12); }
div.DivClassName
{
background-color: #6B6F0C;
}
.BgClassName
{
background-color: #6B6F0C;
}
</style>
border-color css
<style>
span { border-color: #6B6F0C; }
span { border-color: rgb(107,111,12); }
td.TdClassName
{
border-color: #6B6F0C;
}
.TagClassName
{
border-color: #6B6F0C;
}
</style>