Shades of Fiji Green #667C23
Tints of Fiji Green #667C23
RGB
CMYK
RGB Variations
Color information
#667C23 (or 0x667C23) is known color: Fiji Green. HEX triplet: 66, 7C and 23. RGB value is (102,124,35). Sum of RGB (Red+Green+Blue) = 102+124+35=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #667C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667C23 is #9983DC. Grayscale: #6B6B6B. Windows color (decimal): -10060765 or 2325606. OLE color: 2325606.
HSL color Cylindrical-coordinate representation of color #667C23: hue angle of 74.83º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #667C23 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 35 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.51 |
| HSL | 74.83º | 0.56% | 0.31% | - |
| HSV(B) | 74.83º | 0.72% | 0.49% | - |
| XYZ | 12.99 | 17.36 | 4.26 | - |
| YUV | 107.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 35 | 0.18 | 0 | 0.72 | 0.51 | 74.83 | 0.56 | 0.31 |
| Hex | 66 | 7C | 23 | 12 | 0 | 48 | 33 | 4B | 38 | 1F |
| Octal | 146 | 174 | 43 | 22 | 0 | 110 | 63 | 113 | 70 | 37 |
| Binary | 1100110 | 1111100 | 100011 | 10010 | 0 | 1001000 | 110011 | 1001011 | 111000 | 11111 |
Color Harmonies of #667C23
Complementary color
Monochromatic Colors of #667C23
Black with #667C23
Text Example
Text Example
White with #667C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C23; }
p { color: rgb(102,124,35); }
H1.HeaderClassName
{
color: #667C23;
}
.AnyTagClassName
{
color: #667C23;
}
</style>
background-color css
<style>
a { background-color: #667C23; }
a { background-color: rgb(102,124,35); }
div.DivClassName
{
background-color: #667C23;
}
.BgClassName
{
background-color: #667C23;
}
</style>
border-color css
<style>
span { border-color: #667C23; }
span { border-color: rgb(102,124,35); }
td.TdClassName
{
border-color: #667C23;
}
.TagClassName
{
border-color: #667C23;
}
</style>