Shades of Fiji Green #67780C
Tints of Fiji Green #67780C
RGB
CMYK
RGB Variations
Color information
#67780C (or 0x67780C) is known color: Fiji Green. HEX triplet: 67, 78 and 0C. RGB value is (103,120,12). Sum of RGB (Red+Green+Blue) = 103+120+12=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #67780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67780C is #9887F3. Grayscale: #676767. Windows color (decimal): -9996276 or 817255. OLE color: 817255.
HSL color Cylindrical-coordinate representation of color #67780C: hue angle of 69.44º 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 #67780C is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 120 | 12 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.53 |
| HSL | 69.44º | 0.82% | 0.26% | - |
| HSV(B) | 69.44º | 0.9% | 0.47% | - |
| XYZ | 12.38 | 16.34 | 2.85 | - |
| YUV | 102.61 | 76.87 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 120 | 12 | 0.14 | 0 | 0.90 | 0.53 | 69.44 | 0.82 | 0.26 |
| Hex | 67 | 78 | C | E | 0 | 5A | 35 | 45 | 52 | 1A |
| Octal | 147 | 170 | 14 | 16 | 0 | 132 | 65 | 105 | 122 | 32 |
| Binary | 1100111 | 1111000 | 1100 | 1110 | 0 | 1011010 | 110101 | 1000101 | 1010010 | 11010 |
Color Harmonies of #67780C
Complementary color
Monochromatic Colors of #67780C
Black with #67780C
Text Example
Text Example
White with #67780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67780C; }
p { color: rgb(103,120,12); }
H1.HeaderClassName
{
color: #67780C;
}
.AnyTagClassName
{
color: #67780C;
}
</style>
background-color css
<style>
a { background-color: #67780C; }
a { background-color: rgb(103,120,12); }
div.DivClassName
{
background-color: #67780C;
}
.BgClassName
{
background-color: #67780C;
}
</style>
border-color css
<style>
span { border-color: #67780C; }
span { border-color: rgb(103,120,12); }
td.TdClassName
{
border-color: #67780C;
}
.TagClassName
{
border-color: #67780C;
}
</style>