Shades of Fiji Green #67771D
Tints of Fiji Green #67771D
RGB
CMYK
RGB Variations
Color information
#67771D (or 0x67771D) is known color: Fiji Green. HEX triplet: 67, 77 and 1D. RGB value is (103,119,29). Sum of RGB (Red+Green+Blue) = 103+119+29=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #67771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67771D is #9888E2. Grayscale: #686868. Windows color (decimal): -9996515 or 1931111. OLE color: 1931111.
HSL color Cylindrical-coordinate representation of color #67771D: hue angle of 70.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67771D is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 119 | 29 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.53 |
| HSL | 70.67º | 0.61% | 0.29% | - |
| HSV(B) | 70.67º | 0.76% | 0.47% | - |
| XYZ | 12.41 | 16.17 | 3.63 | - |
| YUV | 103.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 29 | 0.13 | 0 | 0.76 | 0.53 | 70.67 | 0.61 | 0.29 |
| Hex | 67 | 77 | 1D | D | 0 | 4C | 35 | 47 | 3D | 1D |
| Octal | 147 | 167 | 35 | 15 | 0 | 114 | 65 | 107 | 75 | 35 |
| Binary | 1100111 | 1110111 | 11101 | 1101 | 0 | 1001100 | 110101 | 1000111 | 111101 | 11101 |
Color Harmonies of #67771D
Complementary color
Monochromatic Colors of #67771D
Black with #67771D
Text Example
Text Example
White with #67771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67771D; }
p { color: rgb(103,119,29); }
H1.HeaderClassName
{
color: #67771D;
}
.AnyTagClassName
{
color: #67771D;
}
</style>
background-color css
<style>
a { background-color: #67771D; }
a { background-color: rgb(103,119,29); }
div.DivClassName
{
background-color: #67771D;
}
.BgClassName
{
background-color: #67771D;
}
</style>
border-color css
<style>
span { border-color: #67771D; }
span { border-color: rgb(103,119,29); }
td.TdClassName
{
border-color: #67771D;
}
.TagClassName
{
border-color: #67771D;
}
</style>