Shades of Fiji Green #67681A
Tints of Fiji Green #67681A
RGB
CMYK
RGB Variations
Color information
#67681A (or 0x67681A) is known color: Fiji Green. HEX triplet: 67, 68 and 1A. RGB value is (103,104,26). Sum of RGB (Red+Green+Blue) = 103+104+26=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #67681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67681A is #9897E5. Grayscale: #5F5F5F. Windows color (decimal): -10000358 or 1730663. OLE color: 1730663.
HSL color Cylindrical-coordinate representation of color #67681A: hue angle of 60.77º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67681A is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 26 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.59 |
| HSL | 60.77º | 0.6% | 0.25% | - |
| HSV(B) | 60.77º | 0.75% | 0.41% | - |
| XYZ | 10.73 | 12.86 | 2.89 | - |
| YUV | 94.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 26 | 0.01 | 0 | 0.75 | 0.59 | 60.77 | 0.6 | 0.25 |
| Hex | 67 | 68 | 1A | 1 | 0 | 4B | 3B | 3D | 3C | 19 |
| Octal | 147 | 150 | 32 | 1 | 0 | 113 | 73 | 75 | 74 | 31 |
| Binary | 1100111 | 1101000 | 11010 | 1 | 0 | 1001011 | 111011 | 111101 | 111100 | 11001 |
Color Harmonies of #67681A
Complementary color
Monochromatic Colors of #67681A
Black with #67681A
Text Example
Text Example
White with #67681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67681A; }
p { color: rgb(103,104,26); }
H1.HeaderClassName
{
color: #67681A;
}
.AnyTagClassName
{
color: #67681A;
}
</style>
background-color css
<style>
a { background-color: #67681A; }
a { background-color: rgb(103,104,26); }
div.DivClassName
{
background-color: #67681A;
}
.BgClassName
{
background-color: #67681A;
}
</style>
border-color css
<style>
span { border-color: #67681A; }
span { border-color: rgb(103,104,26); }
td.TdClassName
{
border-color: #67681A;
}
.TagClassName
{
border-color: #67681A;
}
</style>