Shades of Fiji Green #66630F
Tints of Fiji Green #66630F
RGB
CMYK
RGB Variations
Color information
#66630F (or 0x66630F) is known color: Fiji Green. HEX triplet: 66, 63 and 0F. RGB value is (102,99,15). Sum of RGB (Red+Green+Blue) = 102+99+15=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66630F is #999CF0. Grayscale: #5A5A5A. Windows color (decimal): -10067185 or 1008486. OLE color: 1008486.
HSL color Cylindrical-coordinate representation of color #66630F: hue angle of 57.93º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66630F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 15 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.6 |
| HSL | 57.93º | 0.74% | 0.23% | - |
| HSV(B) | 57.93º | 0.85% | 0.4% | - |
| XYZ | 10.03 | 11.78 | 2.2 | - |
| YUV | 90.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 15 | 0 | 0.03 | 0.85 | 0.6 | 57.93 | 0.74 | 0.23 |
| Hex | 66 | 63 | F | 0 | 3 | 55 | 3C | 3A | 4A | 17 |
| Octal | 146 | 143 | 17 | 0 | 3 | 125 | 74 | 72 | 112 | 27 |
| Binary | 1100110 | 1100011 | 1111 | 0 | 11 | 1010101 | 111100 | 111010 | 1001010 | 10111 |
Color Harmonies of #66630F
Complementary color
Monochromatic Colors of #66630F
Black with #66630F
Text Example
Text Example
White with #66630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66630F; }
p { color: rgb(102,99,15); }
H1.HeaderClassName
{
color: #66630F;
}
.AnyTagClassName
{
color: #66630F;
}
</style>
background-color css
<style>
a { background-color: #66630F; }
a { background-color: rgb(102,99,15); }
div.DivClassName
{
background-color: #66630F;
}
.BgClassName
{
background-color: #66630F;
}
</style>
border-color css
<style>
span { border-color: #66630F; }
span { border-color: rgb(102,99,15); }
td.TdClassName
{
border-color: #66630F;
}
.TagClassName
{
border-color: #66630F;
}
</style>