Shades of Fiji Green #6B6F0A
Tints of Fiji Green #6B6F0A
RGB
CMYK
RGB Variations
Color information
#6B6F0A (or 0x6B6F0A) is known color: Fiji Green. HEX triplet: 6B, 6F and 0A. RGB value is (107,111,10). Sum of RGB (Red+Green+Blue) = 107+111+10=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #6B6F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6F0A is #9490F5. Grayscale: #626262. Windows color (decimal): -9736438 or 683883. OLE color: 683883.
HSL color Cylindrical-coordinate representation of color #6B6F0A: hue angle of 62.38º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B6F0A is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 111 | 10 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.56 |
| HSL | 62.38º | 0.83% | 0.24% | - |
| HSV(B) | 62.38º | 0.91% | 0.44% | - |
| XYZ | 11.8 | 14.52 | 2.47 | - |
| YUV | 98.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 10 | 0.04 | 0 | 0.91 | 0.56 | 62.38 | 0.83 | 0.24 |
| Hex | 6B | 6F | A | 4 | 0 | 5B | 38 | 3E | 53 | 18 |
| Octal | 153 | 157 | 12 | 4 | 0 | 133 | 70 | 76 | 123 | 30 |
| Binary | 1101011 | 1101111 | 1010 | 100 | 0 | 1011011 | 111000 | 111110 | 1010011 | 11000 |
Color Harmonies of #6B6F0A
Complementary color
Monochromatic Colors of #6B6F0A
Black with #6B6F0A
Text Example
Text Example
White with #6B6F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F0A; }
p { color: rgb(107,111,10); }
H1.HeaderClassName
{
color: #6B6F0A;
}
.AnyTagClassName
{
color: #6B6F0A;
}
</style>
background-color css
<style>
a { background-color: #6B6F0A; }
a { background-color: rgb(107,111,10); }
div.DivClassName
{
background-color: #6B6F0A;
}
.BgClassName
{
background-color: #6B6F0A;
}
</style>
border-color css
<style>
span { border-color: #6B6F0A; }
span { border-color: rgb(107,111,10); }
td.TdClassName
{
border-color: #6B6F0A;
}
.TagClassName
{
border-color: #6B6F0A;
}
</style>