Shades of Fiji Green #6A731C
Tints of Fiji Green #6A731C
RGB
CMYK
RGB Variations
Color information
#6A731C (or 0x6A731C) is known color: Fiji Green. HEX triplet: 6A, 73 and 1C. RGB value is (106,115,28). Sum of RGB (Red+Green+Blue) = 106+115+28=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #6A731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A731C is #958CE3. Grayscale: #666666. Windows color (decimal): -9800932 or 1864554. OLE color: 1864554.
HSL color Cylindrical-coordinate representation of color #6A731C: hue angle of 66.21º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A731C is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 28 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.55 |
| HSL | 66.21º | 0.61% | 0.28% | - |
| HSV(B) | 66.21º | 0.76% | 0.45% | - |
| XYZ | 12.28 | 15.41 | 3.43 | - |
| YUV | 102.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 28 | 0.08 | 0 | 0.76 | 0.55 | 66.21 | 0.61 | 0.28 |
| Hex | 6A | 73 | 1C | 8 | 0 | 4C | 37 | 42 | 3D | 1C |
| Octal | 152 | 163 | 34 | 10 | 0 | 114 | 67 | 102 | 75 | 34 |
| Binary | 1101010 | 1110011 | 11100 | 1000 | 0 | 1001100 | 110111 | 1000010 | 111101 | 11100 |
Color Harmonies of #6A731C
Complementary color
Monochromatic Colors of #6A731C
Black with #6A731C
Text Example
Text Example
White with #6A731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A731C; }
p { color: rgb(106,115,28); }
H1.HeaderClassName
{
color: #6A731C;
}
.AnyTagClassName
{
color: #6A731C;
}
</style>
background-color css
<style>
a { background-color: #6A731C; }
a { background-color: rgb(106,115,28); }
div.DivClassName
{
background-color: #6A731C;
}
.BgClassName
{
background-color: #6A731C;
}
</style>
border-color css
<style>
span { border-color: #6A731C; }
span { border-color: rgb(106,115,28); }
td.TdClassName
{
border-color: #6A731C;
}
.TagClassName
{
border-color: #6A731C;
}
</style>