Shades of Fiji Green #67751C
Tints of Fiji Green #67751C
RGB
CMYK
RGB Variations
Color information
#67751C (or 0x67751C) is known color: Fiji Green. HEX triplet: 67, 75 and 1C. RGB value is (103,117,28). Sum of RGB (Red+Green+Blue) = 103+117+28=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #67751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67751C is #988AE3. Grayscale: #676767. Windows color (decimal): -9997028 or 1865063. OLE color: 1865063.
HSL color Cylindrical-coordinate representation of color #67751C: hue angle of 69.44º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67751C is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 117 | 28 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.54 |
| HSL | 69.44º | 0.61% | 0.28% | - |
| HSV(B) | 69.44º | 0.76% | 0.46% | - |
| XYZ | 12.16 | 15.69 | 3.49 | - |
| YUV | 102.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 28 | 0.12 | 0 | 0.76 | 0.54 | 69.44 | 0.61 | 0.28 |
| Hex | 67 | 75 | 1C | C | 0 | 4C | 36 | 45 | 3D | 1C |
| Octal | 147 | 165 | 34 | 14 | 0 | 114 | 66 | 105 | 75 | 34 |
| Binary | 1100111 | 1110101 | 11100 | 1100 | 0 | 1001100 | 110110 | 1000101 | 111101 | 11100 |
Color Harmonies of #67751C
Complementary color
Monochromatic Colors of #67751C
Black with #67751C
Text Example
Text Example
White with #67751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67751C; }
p { color: rgb(103,117,28); }
H1.HeaderClassName
{
color: #67751C;
}
.AnyTagClassName
{
color: #67751C;
}
</style>
background-color css
<style>
a { background-color: #67751C; }
a { background-color: rgb(103,117,28); }
div.DivClassName
{
background-color: #67751C;
}
.BgClassName
{
background-color: #67751C;
}
</style>
border-color css
<style>
span { border-color: #67751C; }
span { border-color: rgb(103,117,28); }
td.TdClassName
{
border-color: #67751C;
}
.TagClassName
{
border-color: #67751C;
}
</style>