Shades of Fiji Green #667A1A
Tints of Fiji Green #667A1A
RGB
CMYK
RGB Variations
Color information
#667A1A (or 0x667A1A) is known color: Fiji Green. HEX triplet: 66, 7A and 1A. RGB value is (102,122,26). Sum of RGB (Red+Green+Blue) = 102+122+26=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #667A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667A1A is #9985E5. Grayscale: #696969. Windows color (decimal): -10061286 or 1735270. OLE color: 1735270.
HSL color Cylindrical-coordinate representation of color #667A1A: hue angle of 72.5º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #667A1A is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 122 | 26 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.52 |
| HSL | 72.5º | 0.65% | 0.29% | - |
| HSV(B) | 72.5º | 0.79% | 0.48% | - |
| XYZ | 12.63 | 16.82 | 3.56 | - |
| YUV | 105.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 26 | 0.16 | 0 | 0.79 | 0.52 | 72.5 | 0.65 | 0.29 |
| Hex | 66 | 7A | 1A | 10 | 0 | 4F | 34 | 48 | 41 | 1D |
| Octal | 146 | 172 | 32 | 20 | 0 | 117 | 64 | 110 | 101 | 35 |
| Binary | 1100110 | 1111010 | 11010 | 10000 | 0 | 1001111 | 110100 | 1001000 | 1000001 | 11101 |
Color Harmonies of #667A1A
Complementary color
Monochromatic Colors of #667A1A
Black with #667A1A
Text Example
Text Example
White with #667A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A1A; }
p { color: rgb(102,122,26); }
H1.HeaderClassName
{
color: #667A1A;
}
.AnyTagClassName
{
color: #667A1A;
}
</style>
background-color css
<style>
a { background-color: #667A1A; }
a { background-color: rgb(102,122,26); }
div.DivClassName
{
background-color: #667A1A;
}
.BgClassName
{
background-color: #667A1A;
}
</style>
border-color css
<style>
span { border-color: #667A1A; }
span { border-color: rgb(102,122,26); }
td.TdClassName
{
border-color: #667A1A;
}
.TagClassName
{
border-color: #667A1A;
}
</style>