Shades of Fiji Green #6B7A0B
Tints of Fiji Green #6B7A0B
RGB
CMYK
RGB Variations
Color information
#6B7A0B (or 0x6B7A0B) is known color: Fiji Green. HEX triplet: 6B, 7A and 0B. RGB value is (107,122,11). Sum of RGB (Red+Green+Blue) = 107+122+11=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7A0B is #9485F4. Grayscale: #696969. Windows color (decimal): -9733621 or 752235. OLE color: 752235.
HSL color Cylindrical-coordinate representation of color #6B7A0B: hue angle of 68.11º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B7A0B is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 11 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.52 |
| HSL | 68.11º | 0.83% | 0.26% | - |
| HSV(B) | 68.11º | 0.91% | 0.48% | - |
| XYZ | 13.08 | 17.07 | 2.92 | - |
| YUV | 104.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 11 | 0.12 | 0 | 0.91 | 0.52 | 68.11 | 0.83 | 0.26 |
| Hex | 6B | 7A | B | C | 0 | 5B | 34 | 44 | 53 | 1A |
| Octal | 153 | 172 | 13 | 14 | 0 | 133 | 64 | 104 | 123 | 32 |
| Binary | 1101011 | 1111010 | 1011 | 1100 | 0 | 1011011 | 110100 | 1000100 | 1010011 | 11010 |
Color Harmonies of #6B7A0B
Complementary color
Monochromatic Colors of #6B7A0B
Black with #6B7A0B
Text Example
Text Example
White with #6B7A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A0B; }
p { color: rgb(107,122,11); }
H1.HeaderClassName
{
color: #6B7A0B;
}
.AnyTagClassName
{
color: #6B7A0B;
}
</style>
background-color css
<style>
a { background-color: #6B7A0B; }
a { background-color: rgb(107,122,11); }
div.DivClassName
{
background-color: #6B7A0B;
}
.BgClassName
{
background-color: #6B7A0B;
}
</style>
border-color css
<style>
span { border-color: #6B7A0B; }
span { border-color: rgb(107,122,11); }
td.TdClassName
{
border-color: #6B7A0B;
}
.TagClassName
{
border-color: #6B7A0B;
}
</style>