Shades of Fiji Green #6B781D
Tints of Fiji Green #6B781D
RGB
CMYK
RGB Variations
Color information
#6B781D (or 0x6B781D) is known color: Fiji Green. HEX triplet: 6B, 78 and 1D. RGB value is (107,120,29). Sum of RGB (Red+Green+Blue) = 107+120+29=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #6B781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B781D is #9487E2. Grayscale: #6A6A6A. Windows color (decimal): -9734115 or 1931371. OLE color: 1931371.
HSL color Cylindrical-coordinate representation of color #6B781D: hue angle of 68.57º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B781D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 120 | 29 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.53 |
| HSL | 68.57º | 0.61% | 0.29% | - |
| HSV(B) | 68.57º | 0.76% | 0.47% | - |
| XYZ | 13 | 16.65 | 3.69 | - |
| YUV | 105.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 29 | 0.11 | 0 | 0.76 | 0.53 | 68.57 | 0.61 | 0.29 |
| Hex | 6B | 78 | 1D | B | 0 | 4C | 35 | 45 | 3D | 1D |
| Octal | 153 | 170 | 35 | 13 | 0 | 114 | 65 | 105 | 75 | 35 |
| Binary | 1101011 | 1111000 | 11101 | 1011 | 0 | 1001100 | 110101 | 1000101 | 111101 | 11101 |
Color Harmonies of #6B781D
Complementary color
Monochromatic Colors of #6B781D
Black with #6B781D
Text Example
Text Example
White with #6B781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B781D; }
p { color: rgb(107,120,29); }
H1.HeaderClassName
{
color: #6B781D;
}
.AnyTagClassName
{
color: #6B781D;
}
</style>
background-color css
<style>
a { background-color: #6B781D; }
a { background-color: rgb(107,120,29); }
div.DivClassName
{
background-color: #6B781D;
}
.BgClassName
{
background-color: #6B781D;
}
</style>
border-color css
<style>
span { border-color: #6B781D; }
span { border-color: rgb(107,120,29); }
td.TdClassName
{
border-color: #6B781D;
}
.TagClassName
{
border-color: #6B781D;
}
</style>