Shades of Fiji Green #6A6D1C
Tints of Fiji Green #6A6D1C
RGB
CMYK
RGB Variations
Color information
#6A6D1C (or 0x6A6D1C) is known color: Fiji Green. HEX triplet: 6A, 6D and 1C. RGB value is (106,109,28). Sum of RGB (Red+Green+Blue) = 106+109+28=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6D1C is #9592E3. Grayscale: #636363. Windows color (decimal): -9802468 or 1863018. OLE color: 1863018.
HSL color Cylindrical-coordinate representation of color #6A6D1C: hue angle of 62.22º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A6D1C is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 28 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.57 |
| HSL | 62.22º | 0.59% | 0.27% | - |
| HSV(B) | 62.22º | 0.74% | 0.43% | - |
| XYZ | 11.62 | 14.09 | 3.2 | - |
| YUV | 98.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 28 | 0.03 | 0 | 0.74 | 0.57 | 62.22 | 0.59 | 0.27 |
| Hex | 6A | 6D | 1C | 3 | 0 | 4A | 39 | 3E | 3B | 1B |
| Octal | 152 | 155 | 34 | 3 | 0 | 112 | 71 | 76 | 73 | 33 |
| Binary | 1101010 | 1101101 | 11100 | 11 | 0 | 1001010 | 111001 | 111110 | 111011 | 11011 |
Color Harmonies of #6A6D1C
Complementary color
Monochromatic Colors of #6A6D1C
Black with #6A6D1C
Text Example
Text Example
White with #6A6D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D1C; }
p { color: rgb(106,109,28); }
H1.HeaderClassName
{
color: #6A6D1C;
}
.AnyTagClassName
{
color: #6A6D1C;
}
</style>
background-color css
<style>
a { background-color: #6A6D1C; }
a { background-color: rgb(106,109,28); }
div.DivClassName
{
background-color: #6A6D1C;
}
.BgClassName
{
background-color: #6A6D1C;
}
</style>
border-color css
<style>
span { border-color: #6A6D1C; }
span { border-color: rgb(106,109,28); }
td.TdClassName
{
border-color: #6A6D1C;
}
.TagClassName
{
border-color: #6A6D1C;
}
</style>