Shades of Fiji Green #6B7A0F
Tints of Fiji Green #6B7A0F
RGB
CMYK
RGB Variations
Color information
#6B7A0F (or 0x6B7A0F) is known color: Fiji Green. HEX triplet: 6B, 7A and 0F. RGB value is (107,122,15). Sum of RGB (Red+Green+Blue) = 107+122+15=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7A0F is #9485F0. Grayscale: #696969. Windows color (decimal): -9733617 or 1014379. OLE color: 1014379.
HSL color Cylindrical-coordinate representation of color #6B7A0F: hue angle of 68.41º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B7A0F is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 15 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.52 |
| HSL | 68.41º | 0.78% | 0.27% | - |
| HSV(B) | 68.41º | 0.88% | 0.48% | - |
| XYZ | 13.11 | 17.08 | 3.06 | - |
| YUV | 105.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 15 | 0.12 | 0 | 0.88 | 0.52 | 68.41 | 0.78 | 0.27 |
| Hex | 6B | 7A | F | C | 0 | 58 | 34 | 44 | 4E | 1B |
| Octal | 153 | 172 | 17 | 14 | 0 | 130 | 64 | 104 | 116 | 33 |
| Binary | 1101011 | 1111010 | 1111 | 1100 | 0 | 1011000 | 110100 | 1000100 | 1001110 | 11011 |
Color Harmonies of #6B7A0F
Complementary color
Monochromatic Colors of #6B7A0F
Black with #6B7A0F
Text Example
Text Example
White with #6B7A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A0F; }
p { color: rgb(107,122,15); }
H1.HeaderClassName
{
color: #6B7A0F;
}
.AnyTagClassName
{
color: #6B7A0F;
}
</style>
background-color css
<style>
a { background-color: #6B7A0F; }
a { background-color: rgb(107,122,15); }
div.DivClassName
{
background-color: #6B7A0F;
}
.BgClassName
{
background-color: #6B7A0F;
}
</style>
border-color css
<style>
span { border-color: #6B7A0F; }
span { border-color: rgb(107,122,15); }
td.TdClassName
{
border-color: #6B7A0F;
}
.TagClassName
{
border-color: #6B7A0F;
}
</style>