Shades of Fiji Green #67741D
Tints of Fiji Green #67741D
RGB
CMYK
RGB Variations
Color information
#67741D (or 0x67741D) is known color: Fiji Green. HEX triplet: 67, 74 and 1D. RGB value is (103,116,29). Sum of RGB (Red+Green+Blue) = 103+116+29=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #67741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67741D is #988BE2. Grayscale: #666666. Windows color (decimal): -9997283 or 1930343. OLE color: 1930343.
HSL color Cylindrical-coordinate representation of color #67741D: hue angle of 68.97º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67741D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 116 | 29 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.55 |
| HSL | 68.97º | 0.6% | 0.28% | - |
| HSV(B) | 68.97º | 0.75% | 0.45% | - |
| XYZ | 12.06 | 15.46 | 3.51 | - |
| YUV | 102.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 29 | 0.11 | 0 | 0.75 | 0.55 | 68.97 | 0.6 | 0.28 |
| Hex | 67 | 74 | 1D | B | 0 | 4B | 37 | 45 | 3C | 1C |
| Octal | 147 | 164 | 35 | 13 | 0 | 113 | 67 | 105 | 74 | 34 |
| Binary | 1100111 | 1110100 | 11101 | 1011 | 0 | 1001011 | 110111 | 1000101 | 111100 | 11100 |
Color Harmonies of #67741D
Complementary color
Monochromatic Colors of #67741D
Black with #67741D
Text Example
Text Example
White with #67741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67741D; }
p { color: rgb(103,116,29); }
H1.HeaderClassName
{
color: #67741D;
}
.AnyTagClassName
{
color: #67741D;
}
</style>
background-color css
<style>
a { background-color: #67741D; }
a { background-color: rgb(103,116,29); }
div.DivClassName
{
background-color: #67741D;
}
.BgClassName
{
background-color: #67741D;
}
</style>
border-color css
<style>
span { border-color: #67741D; }
span { border-color: rgb(103,116,29); }
td.TdClassName
{
border-color: #67741D;
}
.TagClassName
{
border-color: #67741D;
}
</style>