Shades of Fiji Green #67761D
Tints of Fiji Green #67761D
RGB
CMYK
RGB Variations
Color information
#67761D (or 0x67761D) is known color: Fiji Green. HEX triplet: 67, 76 and 1D. RGB value is (103,118,29). Sum of RGB (Red+Green+Blue) = 103+118+29=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #67761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67761D is #9889E2. Grayscale: #676767. Windows color (decimal): -9996771 or 1930855. OLE color: 1930855.
HSL color Cylindrical-coordinate representation of color #67761D: hue angle of 70.11º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67761D is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 118 | 29 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.54 |
| HSL | 70.11º | 0.61% | 0.29% | - |
| HSV(B) | 70.11º | 0.75% | 0.46% | - |
| XYZ | 12.29 | 15.93 | 3.59 | - |
| YUV | 103.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 29 | 0.13 | 0 | 0.75 | 0.54 | 70.11 | 0.61 | 0.29 |
| Hex | 67 | 76 | 1D | D | 0 | 4B | 36 | 46 | 3D | 1D |
| Octal | 147 | 166 | 35 | 15 | 0 | 113 | 66 | 106 | 75 | 35 |
| Binary | 1100111 | 1110110 | 11101 | 1101 | 0 | 1001011 | 110110 | 1000110 | 111101 | 11101 |
Color Harmonies of #67761D
Complementary color
Monochromatic Colors of #67761D
Black with #67761D
Text Example
Text Example
White with #67761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67761D; }
p { color: rgb(103,118,29); }
H1.HeaderClassName
{
color: #67761D;
}
.AnyTagClassName
{
color: #67761D;
}
</style>
background-color css
<style>
a { background-color: #67761D; }
a { background-color: rgb(103,118,29); }
div.DivClassName
{
background-color: #67761D;
}
.BgClassName
{
background-color: #67761D;
}
</style>
border-color css
<style>
span { border-color: #67761D; }
span { border-color: rgb(103,118,29); }
td.TdClassName
{
border-color: #67761D;
}
.TagClassName
{
border-color: #67761D;
}
</style>