Shades of Fiji Green #67761C
Tints of Fiji Green #67761C
RGB
CMYK
RGB Variations
Color information
#67761C (or 0x67761C) is known color: Fiji Green. HEX triplet: 67, 76 and 1C. RGB value is (103,118,28). Sum of RGB (Red+Green+Blue) = 103+118+28=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #67761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67761C is #9889E3. Grayscale: #676767. Windows color (decimal): -9996772 or 1865319. OLE color: 1865319.
HSL color Cylindrical-coordinate representation of color #67761C: hue angle of 70º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67761C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 118 | 28 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.54 |
| HSL | 70º | 0.62% | 0.29% | - |
| HSV(B) | 70º | 0.76% | 0.46% | - |
| XYZ | 12.28 | 15.92 | 3.52 | - |
| YUV | 103.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 28 | 0.13 | 0 | 0.76 | 0.54 | 70 | 0.62 | 0.29 |
| Hex | 67 | 76 | 1C | D | 0 | 4C | 36 | 46 | 3E | 1D |
| Octal | 147 | 166 | 34 | 15 | 0 | 114 | 66 | 106 | 76 | 35 |
| Binary | 1100111 | 1110110 | 11100 | 1101 | 0 | 1001100 | 110110 | 1000110 | 111110 | 11101 |
Color Harmonies of #67761C
Complementary color
Monochromatic Colors of #67761C
Black with #67761C
Text Example
Text Example
White with #67761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67761C; }
p { color: rgb(103,118,28); }
H1.HeaderClassName
{
color: #67761C;
}
.AnyTagClassName
{
color: #67761C;
}
</style>
background-color css
<style>
a { background-color: #67761C; }
a { background-color: rgb(103,118,28); }
div.DivClassName
{
background-color: #67761C;
}
.BgClassName
{
background-color: #67761C;
}
</style>
border-color css
<style>
span { border-color: #67761C; }
span { border-color: rgb(103,118,28); }
td.TdClassName
{
border-color: #67761C;
}
.TagClassName
{
border-color: #67761C;
}
</style>