Shades of Fiji Green #67791B
Tints of Fiji Green #67791B
RGB
CMYK
RGB Variations
Color information
#67791B (or 0x67791B) is known color: Fiji Green. HEX triplet: 67, 79 and 1B. RGB value is (103,121,27). Sum of RGB (Red+Green+Blue) = 103+121+27=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #67791B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67791B is #9886E4. Grayscale: #696969. Windows color (decimal): -9996005 or 1800551. OLE color: 1800551.
HSL color Cylindrical-coordinate representation of color #67791B: hue angle of 71.49º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67791B is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 121 | 27 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.53 |
| HSL | 71.49º | 0.64% | 0.29% | - |
| HSV(B) | 71.49º | 0.78% | 0.47% | - |
| XYZ | 12.63 | 16.64 | 3.58 | - |
| YUV | 104.9 | 84.04 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 27 | 0.15 | 0 | 0.78 | 0.53 | 71.49 | 0.64 | 0.29 |
| Hex | 67 | 79 | 1B | F | 0 | 4E | 35 | 47 | 40 | 1D |
| Octal | 147 | 171 | 33 | 17 | 0 | 116 | 65 | 107 | 100 | 35 |
| Binary | 1100111 | 1111001 | 11011 | 1111 | 0 | 1001110 | 110101 | 1000111 | 1000000 | 11101 |
Color Harmonies of #67791B
Complementary color
Monochromatic Colors of #67791B
Black with #67791B
Text Example
Text Example
White with #67791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67791B; }
p { color: rgb(103,121,27); }
H1.HeaderClassName
{
color: #67791B;
}
.AnyTagClassName
{
color: #67791B;
}
</style>
background-color css
<style>
a { background-color: #67791B; }
a { background-color: rgb(103,121,27); }
div.DivClassName
{
background-color: #67791B;
}
.BgClassName
{
background-color: #67791B;
}
</style>
border-color css
<style>
span { border-color: #67791B; }
span { border-color: rgb(103,121,27); }
td.TdClassName
{
border-color: #67791B;
}
.TagClassName
{
border-color: #67791B;
}
</style>