Shades of Fiji Green #66791C
Tints of Fiji Green #66791C
RGB
CMYK
RGB Variations
Color information
#66791C (or 0x66791C) is known color: Fiji Green. HEX triplet: 66, 79 and 1C. RGB value is (102,121,28). Sum of RGB (Red+Green+Blue) = 102+121+28=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #66791C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66791C is #9986E3. Grayscale: #696969. Windows color (decimal): -10061540 or 1866086. OLE color: 1866086.
HSL color Cylindrical-coordinate representation of color #66791C: hue angle of 72.26º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66791C is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 28 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.53 |
| HSL | 72.26º | 0.62% | 0.29% | - |
| HSV(B) | 72.26º | 0.77% | 0.47% | - |
| XYZ | 12.53 | 16.58 | 3.64 | - |
| YUV | 104.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 28 | 0.16 | 0 | 0.77 | 0.53 | 72.26 | 0.62 | 0.29 |
| Hex | 66 | 79 | 1C | 10 | 0 | 4D | 35 | 48 | 3E | 1D |
| Octal | 146 | 171 | 34 | 20 | 0 | 115 | 65 | 110 | 76 | 35 |
| Binary | 1100110 | 1111001 | 11100 | 10000 | 0 | 1001101 | 110101 | 1001000 | 111110 | 11101 |
Color Harmonies of #66791C
Complementary color
Monochromatic Colors of #66791C
Black with #66791C
Text Example
Text Example
White with #66791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66791C; }
p { color: rgb(102,121,28); }
H1.HeaderClassName
{
color: #66791C;
}
.AnyTagClassName
{
color: #66791C;
}
</style>
background-color css
<style>
a { background-color: #66791C; }
a { background-color: rgb(102,121,28); }
div.DivClassName
{
background-color: #66791C;
}
.BgClassName
{
background-color: #66791C;
}
</style>
border-color css
<style>
span { border-color: #66791C; }
span { border-color: rgb(102,121,28); }
td.TdClassName
{
border-color: #66791C;
}
.TagClassName
{
border-color: #66791C;
}
</style>