Shades of Fiji Green #65790C
Tints of Fiji Green #65790C
RGB
CMYK
RGB Variations
Color information
#65790C (or 0x65790C) is known color: Fiji Green. HEX triplet: 65, 79 and 0C. RGB value is (101,121,12). Sum of RGB (Red+Green+Blue) = 101+121+12=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #65790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65790C is #9A86F3. Grayscale: #676767. Windows color (decimal): -10127092 or 817509. OLE color: 817509.
HSL color Cylindrical-coordinate representation of color #65790C: hue angle of 71.01º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65790C is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 12 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.53 |
| HSL | 71.01º | 0.82% | 0.26% | - |
| HSV(B) | 71.01º | 0.9% | 0.47% | - |
| XYZ | 12.27 | 16.47 | 2.88 | - |
| YUV | 102.59 | 76.87 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 12 | 0.17 | 0 | 0.90 | 0.53 | 71.01 | 0.82 | 0.26 |
| Hex | 65 | 79 | C | 11 | 0 | 5A | 35 | 47 | 52 | 1A |
| Octal | 145 | 171 | 14 | 21 | 0 | 132 | 65 | 107 | 122 | 32 |
| Binary | 1100101 | 1111001 | 1100 | 10001 | 0 | 1011010 | 110101 | 1000111 | 1010010 | 11010 |
Color Harmonies of #65790C
Complementary color
Monochromatic Colors of #65790C
Black with #65790C
Text Example
Text Example
White with #65790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65790C; }
p { color: rgb(101,121,12); }
H1.HeaderClassName
{
color: #65790C;
}
.AnyTagClassName
{
color: #65790C;
}
</style>
background-color css
<style>
a { background-color: #65790C; }
a { background-color: rgb(101,121,12); }
div.DivClassName
{
background-color: #65790C;
}
.BgClassName
{
background-color: #65790C;
}
</style>
border-color css
<style>
span { border-color: #65790C; }
span { border-color: rgb(101,121,12); }
td.TdClassName
{
border-color: #65790C;
}
.TagClassName
{
border-color: #65790C;
}
</style>