Shades of Fiji Green #66731F
Tints of Fiji Green #66731F
RGB
CMYK
RGB Variations
Color information
#66731F (or 0x66731F) is known color: Fiji Green. HEX triplet: 66, 73 and 1F. RGB value is (102,115,31). Sum of RGB (Red+Green+Blue) = 102+115+31=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #66731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66731F is #998CE0. Grayscale: #656565. Windows color (decimal): -10063073 or 2061158. OLE color: 2061158.
HSL color Cylindrical-coordinate representation of color #66731F: hue angle of 69.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66731F is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 31 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.55 |
| HSL | 69.29º | 0.58% | 0.29% | - |
| HSV(B) | 69.29º | 0.73% | 0.45% | - |
| XYZ | 11.86 | 15.19 | 3.6 | - |
| YUV | 101.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 31 | 0.11 | 0 | 0.73 | 0.55 | 69.29 | 0.58 | 0.29 |
| Hex | 66 | 73 | 1F | B | 0 | 49 | 37 | 45 | 3A | 1D |
| Octal | 146 | 163 | 37 | 13 | 0 | 111 | 67 | 105 | 72 | 35 |
| Binary | 1100110 | 1110011 | 11111 | 1011 | 0 | 1001001 | 110111 | 1000101 | 111010 | 11101 |
Color Harmonies of #66731F
Complementary color
Monochromatic Colors of #66731F
Black with #66731F
Text Example
Text Example
White with #66731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66731F; }
p { color: rgb(102,115,31); }
H1.HeaderClassName
{
color: #66731F;
}
.AnyTagClassName
{
color: #66731F;
}
</style>
background-color css
<style>
a { background-color: #66731F; }
a { background-color: rgb(102,115,31); }
div.DivClassName
{
background-color: #66731F;
}
.BgClassName
{
background-color: #66731F;
}
</style>
border-color css
<style>
span { border-color: #66731F; }
span { border-color: rgb(102,115,31); }
td.TdClassName
{
border-color: #66731F;
}
.TagClassName
{
border-color: #66731F;
}
</style>