Shades of Fiji Green #66730F
Tints of Fiji Green #66730F
RGB
CMYK
RGB Variations
Color information
#66730F (or 0x66730F) is known color: Fiji Green. HEX triplet: 66, 73 and 0F. RGB value is (102,115,15). Sum of RGB (Red+Green+Blue) = 102+115+15=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #66730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66730F is #998CF0. Grayscale: #646464. Windows color (decimal): -10063089 or 1012582. OLE color: 1012582.
HSL color Cylindrical-coordinate representation of color #66730F: hue angle of 67.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66730F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 15 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.55 |
| HSL | 67.8º | 0.77% | 0.25% | - |
| HSV(B) | 67.8º | 0.87% | 0.45% | - |
| XYZ | 11.7 | 15.12 | 2.75 | - |
| YUV | 99.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 15 | 0.11 | 0 | 0.87 | 0.55 | 67.8 | 0.77 | 0.25 |
| Hex | 66 | 73 | F | B | 0 | 57 | 37 | 44 | 4D | 19 |
| Octal | 146 | 163 | 17 | 13 | 0 | 127 | 67 | 104 | 115 | 31 |
| Binary | 1100110 | 1110011 | 1111 | 1011 | 0 | 1010111 | 110111 | 1000100 | 1001101 | 11001 |
Color Harmonies of #66730F
Complementary color
Monochromatic Colors of #66730F
Black with #66730F
Text Example
Text Example
White with #66730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66730F; }
p { color: rgb(102,115,15); }
H1.HeaderClassName
{
color: #66730F;
}
.AnyTagClassName
{
color: #66730F;
}
</style>
background-color css
<style>
a { background-color: #66730F; }
a { background-color: rgb(102,115,15); }
div.DivClassName
{
background-color: #66730F;
}
.BgClassName
{
background-color: #66730F;
}
</style>
border-color css
<style>
span { border-color: #66730F; }
span { border-color: rgb(102,115,15); }
td.TdClassName
{
border-color: #66730F;
}
.TagClassName
{
border-color: #66730F;
}
</style>