Shades of Fiji Green #6A781B
Tints of Fiji Green #6A781B
RGB
CMYK
RGB Variations
Color information
#6A781B (or 0x6A781B) is known color: Fiji Green. HEX triplet: 6A, 78 and 1B. RGB value is (106,120,27). Sum of RGB (Red+Green+Blue) = 106+120+27=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #6A781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A781B is #9587E4. Grayscale: #696969. Windows color (decimal): -9799653 or 1800298. OLE color: 1800298.
HSL color Cylindrical-coordinate representation of color #6A781B: hue angle of 69.03º degrees, saturation: 0.63, 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 #6A781B is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 27 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.53 |
| HSL | 69.03º | 0.63% | 0.29% | - |
| HSV(B) | 69.03º | 0.78% | 0.47% | - |
| XYZ | 12.86 | 16.58 | 3.56 | - |
| YUV | 105.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 27 | 0.12 | 0 | 0.78 | 0.53 | 69.03 | 0.63 | 0.29 |
| Hex | 6A | 78 | 1B | C | 0 | 4E | 35 | 45 | 3F | 1D |
| Octal | 152 | 170 | 33 | 14 | 0 | 116 | 65 | 105 | 77 | 35 |
| Binary | 1101010 | 1111000 | 11011 | 1100 | 0 | 1001110 | 110101 | 1000101 | 111111 | 11101 |
Color Harmonies of #6A781B
Complementary color
Monochromatic Colors of #6A781B
Black with #6A781B
Text Example
Text Example
White with #6A781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A781B; }
p { color: rgb(106,120,27); }
H1.HeaderClassName
{
color: #6A781B;
}
.AnyTagClassName
{
color: #6A781B;
}
</style>
background-color css
<style>
a { background-color: #6A781B; }
a { background-color: rgb(106,120,27); }
div.DivClassName
{
background-color: #6A781B;
}
.BgClassName
{
background-color: #6A781B;
}
</style>
border-color css
<style>
span { border-color: #6A781B; }
span { border-color: rgb(106,120,27); }
td.TdClassName
{
border-color: #6A781B;
}
.TagClassName
{
border-color: #6A781B;
}
</style>