Shades of Fiji Green #667D12
Tints of Fiji Green #667D12
RGB
CMYK
RGB Variations
Color information
#667D12 (or 0x667D12) is known color: Fiji Green. HEX triplet: 66, 7D and 12. RGB value is (102,125,18). Sum of RGB (Red+Green+Blue) = 102+125+18=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #667D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667D12 is #9982ED. Grayscale: #6A6A6A. Windows color (decimal): -10060526 or 1211750. OLE color: 1211750.
HSL color Cylindrical-coordinate representation of color #667D12: hue angle of 72.9º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #667D12 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 125 | 18 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.51 |
| HSL | 72.9º | 0.75% | 0.28% | - |
| HSV(B) | 72.9º | 0.86% | 0.49% | - |
| XYZ | 12.92 | 17.54 | 3.28 | - |
| YUV | 105.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 18 | 0.18 | 0 | 0.86 | 0.51 | 72.9 | 0.75 | 0.28 |
| Hex | 66 | 7D | 12 | 12 | 0 | 56 | 33 | 49 | 4B | 1C |
| Octal | 146 | 175 | 22 | 22 | 0 | 126 | 63 | 111 | 113 | 34 |
| Binary | 1100110 | 1111101 | 10010 | 10010 | 0 | 1010110 | 110011 | 1001001 | 1001011 | 11100 |
Color Harmonies of #667D12
Complementary color
Monochromatic Colors of #667D12
Black with #667D12
Text Example
Text Example
White with #667D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D12; }
p { color: rgb(102,125,18); }
H1.HeaderClassName
{
color: #667D12;
}
.AnyTagClassName
{
color: #667D12;
}
</style>
background-color css
<style>
a { background-color: #667D12; }
a { background-color: rgb(102,125,18); }
div.DivClassName
{
background-color: #667D12;
}
.BgClassName
{
background-color: #667D12;
}
</style>
border-color css
<style>
span { border-color: #667D12; }
span { border-color: rgb(102,125,18); }
td.TdClassName
{
border-color: #667D12;
}
.TagClassName
{
border-color: #667D12;
}
</style>