Shades of Fiji Green #67791F
Tints of Fiji Green #67791F
RGB
CMYK
RGB Variations
Color information
#67791F (or 0x67791F) is known color: Fiji Green. HEX triplet: 67, 79 and 1F. RGB value is (103,121,31). Sum of RGB (Red+Green+Blue) = 103+121+31=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #67791F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67791F is #9886E0. Grayscale: #696969. Windows color (decimal): -9996001 or 2062695. OLE color: 2062695.
HSL color Cylindrical-coordinate representation of color #67791F: hue angle of 72º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67791F is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 121 | 31 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.53 |
| HSL | 72º | 0.59% | 0.3% | - |
| HSV(B) | 72º | 0.74% | 0.47% | - |
| XYZ | 12.68 | 16.66 | 3.84 | - |
| YUV | 105.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 31 | 0.15 | 0 | 0.74 | 0.53 | 72 | 0.59 | 0.3 |
| Hex | 67 | 79 | 1F | F | 0 | 4A | 35 | 48 | 3B | 1E |
| Octal | 147 | 171 | 37 | 17 | 0 | 112 | 65 | 110 | 73 | 36 |
| Binary | 1100111 | 1111001 | 11111 | 1111 | 0 | 1001010 | 110101 | 1001000 | 111011 | 11110 |
Color Harmonies of #67791F
Complementary color
Monochromatic Colors of #67791F
Black with #67791F
Text Example
Text Example
White with #67791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67791F; }
p { color: rgb(103,121,31); }
H1.HeaderClassName
{
color: #67791F;
}
.AnyTagClassName
{
color: #67791F;
}
</style>
background-color css
<style>
a { background-color: #67791F; }
a { background-color: rgb(103,121,31); }
div.DivClassName
{
background-color: #67791F;
}
.BgClassName
{
background-color: #67791F;
}
</style>
border-color css
<style>
span { border-color: #67791F; }
span { border-color: rgb(103,121,31); }
td.TdClassName
{
border-color: #67791F;
}
.TagClassName
{
border-color: #67791F;
}
</style>