Shades of Fiji Green #6A730F
Tints of Fiji Green #6A730F
RGB
CMYK
RGB Variations
Color information
#6A730F (or 0x6A730F) is known color: Fiji Green. HEX triplet: 6A, 73 and 0F. RGB value is (106,115,15). Sum of RGB (Red+Green+Blue) = 106+115+15=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #6A730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A730F is #958CF0. Grayscale: #656565. Windows color (decimal): -9800945 or 1012586. OLE color: 1012586.
HSL color Cylindrical-coordinate representation of color #6A730F: hue angle of 65.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A730F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 15 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.55 |
| HSL | 65.4º | 0.77% | 0.25% | - |
| HSV(B) | 65.4º | 0.87% | 0.45% | - |
| XYZ | 12.16 | 15.36 | 2.78 | - |
| YUV | 100.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 15 | 0.08 | 0 | 0.87 | 0.55 | 65.4 | 0.77 | 0.25 |
| Hex | 6A | 73 | F | 8 | 0 | 57 | 37 | 41 | 4D | 19 |
| Octal | 152 | 163 | 17 | 10 | 0 | 127 | 67 | 101 | 115 | 31 |
| Binary | 1101010 | 1110011 | 1111 | 1000 | 0 | 1010111 | 110111 | 1000001 | 1001101 | 11001 |
Color Harmonies of #6A730F
Complementary color
Monochromatic Colors of #6A730F
Black with #6A730F
Text Example
Text Example
White with #6A730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A730F; }
p { color: rgb(106,115,15); }
H1.HeaderClassName
{
color: #6A730F;
}
.AnyTagClassName
{
color: #6A730F;
}
</style>
background-color css
<style>
a { background-color: #6A730F; }
a { background-color: rgb(106,115,15); }
div.DivClassName
{
background-color: #6A730F;
}
.BgClassName
{
background-color: #6A730F;
}
</style>
border-color css
<style>
span { border-color: #6A730F; }
span { border-color: rgb(106,115,15); }
td.TdClassName
{
border-color: #6A730F;
}
.TagClassName
{
border-color: #6A730F;
}
</style>