Shades of Fiji Green #6C741B
Tints of Fiji Green #6C741B
RGB
CMYK
RGB Variations
Color information
#6C741B (or 0x6C741B) is known color: Fiji Green. HEX triplet: 6C, 74 and 1B. RGB value is (108,116,27). Sum of RGB (Red+Green+Blue) = 108+116+27=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #6C741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C741B is #938BE4. Grayscale: #676767. Windows color (decimal): -9669605 or 1799276. OLE color: 1799276.
HSL color Cylindrical-coordinate representation of color #6C741B: hue angle of 65.39º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C741B is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 116 | 27 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.55 |
| HSL | 65.39º | 0.62% | 0.28% | - |
| HSV(B) | 65.39º | 0.77% | 0.45% | - |
| XYZ | 12.63 | 15.76 | 3.41 | - |
| YUV | 103.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 116 | 27 | 0.07 | 0 | 0.77 | 0.55 | 65.39 | 0.62 | 0.28 |
| Hex | 6C | 74 | 1B | 7 | 0 | 4D | 37 | 41 | 3E | 1C |
| Octal | 154 | 164 | 33 | 7 | 0 | 115 | 67 | 101 | 76 | 34 |
| Binary | 1101100 | 1110100 | 11011 | 111 | 0 | 1001101 | 110111 | 1000001 | 111110 | 11100 |
Color Harmonies of #6C741B
Complementary color
Monochromatic Colors of #6C741B
Black with #6C741B
Text Example
Text Example
White with #6C741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C741B; }
p { color: rgb(108,116,27); }
H1.HeaderClassName
{
color: #6C741B;
}
.AnyTagClassName
{
color: #6C741B;
}
</style>
background-color css
<style>
a { background-color: #6C741B; }
a { background-color: rgb(108,116,27); }
div.DivClassName
{
background-color: #6C741B;
}
.BgClassName
{
background-color: #6C741B;
}
</style>
border-color css
<style>
span { border-color: #6C741B; }
span { border-color: rgb(108,116,27); }
td.TdClassName
{
border-color: #6C741B;
}
.TagClassName
{
border-color: #6C741B;
}
</style>