Shades of Fiji Green #69780C
Tints of Fiji Green #69780C
RGB
CMYK
RGB Variations
Color information
#69780C (or 0x69780C) is known color: Fiji Green. HEX triplet: 69, 78 and 0C. RGB value is (105,120,12). Sum of RGB (Red+Green+Blue) = 105+120+12=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #69780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69780C is #9687F3. Grayscale: #676767. Windows color (decimal): -9865204 or 817257. OLE color: 817257.
HSL color Cylindrical-coordinate representation of color #69780C: hue angle of 68.33º 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 #69780C is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 120 | 12 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.53 |
| HSL | 68.33º | 0.82% | 0.26% | - |
| HSV(B) | 68.33º | 0.9% | 0.47% | - |
| XYZ | 12.61 | 16.46 | 2.86 | - |
| YUV | 103.2 | 76.53 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 12 | 0.13 | 0 | 0.90 | 0.53 | 68.33 | 0.82 | 0.26 |
| Hex | 69 | 78 | C | D | 0 | 5A | 35 | 44 | 52 | 1A |
| Octal | 151 | 170 | 14 | 15 | 0 | 132 | 65 | 104 | 122 | 32 |
| Binary | 1101001 | 1111000 | 1100 | 1101 | 0 | 1011010 | 110101 | 1000100 | 1010010 | 11010 |
Color Harmonies of #69780C
Complementary color
Monochromatic Colors of #69780C
Black with #69780C
Text Example
Text Example
White with #69780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69780C; }
p { color: rgb(105,120,12); }
H1.HeaderClassName
{
color: #69780C;
}
.AnyTagClassName
{
color: #69780C;
}
</style>
background-color css
<style>
a { background-color: #69780C; }
a { background-color: rgb(105,120,12); }
div.DivClassName
{
background-color: #69780C;
}
.BgClassName
{
background-color: #69780C;
}
</style>
border-color css
<style>
span { border-color: #69780C; }
span { border-color: rgb(105,120,12); }
td.TdClassName
{
border-color: #69780C;
}
.TagClassName
{
border-color: #69780C;
}
</style>