Shades of Fiji Green #67721A
Tints of Fiji Green #67721A
RGB
CMYK
RGB Variations
Color information
#67721A (or 0x67721A) is known color: Fiji Green. HEX triplet: 67, 72 and 1A. RGB value is (103,114,26). Sum of RGB (Red+Green+Blue) = 103+114+26=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #67721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67721A is #988DE5. Grayscale: #656565. Windows color (decimal): -9997798 or 1733223. OLE color: 1733223.
HSL color Cylindrical-coordinate representation of color #67721A: hue angle of 67.5º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67721A is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 114 | 26 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.55 |
| HSL | 67.5º | 0.63% | 0.27% | - |
| HSV(B) | 67.5º | 0.77% | 0.45% | - |
| XYZ | 11.8 | 14.99 | 3.25 | - |
| YUV | 100.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 26 | 0.10 | 0 | 0.77 | 0.55 | 67.5 | 0.63 | 0.27 |
| Hex | 67 | 72 | 1A | A | 0 | 4D | 37 | 44 | 3F | 1B |
| Octal | 147 | 162 | 32 | 12 | 0 | 115 | 67 | 104 | 77 | 33 |
| Binary | 1100111 | 1110010 | 11010 | 1010 | 0 | 1001101 | 110111 | 1000100 | 111111 | 11011 |
Color Harmonies of #67721A
Complementary color
Monochromatic Colors of #67721A
Black with #67721A
Text Example
Text Example
White with #67721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67721A; }
p { color: rgb(103,114,26); }
H1.HeaderClassName
{
color: #67721A;
}
.AnyTagClassName
{
color: #67721A;
}
</style>
background-color css
<style>
a { background-color: #67721A; }
a { background-color: rgb(103,114,26); }
div.DivClassName
{
background-color: #67721A;
}
.BgClassName
{
background-color: #67721A;
}
</style>
border-color css
<style>
span { border-color: #67721A; }
span { border-color: rgb(103,114,26); }
td.TdClassName
{
border-color: #67721A;
}
.TagClassName
{
border-color: #67721A;
}
</style>