Shades of Fiji Green #66701F
Tints of Fiji Green #66701F
RGB
CMYK
RGB Variations
Color information
#66701F (or 0x66701F) is known color: Fiji Green. HEX triplet: 66, 70 and 1F. RGB value is (102,112,31). Sum of RGB (Red+Green+Blue) = 102+112+31=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #66701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66701F is #998FE0. Grayscale: #646464. Windows color (decimal): -10063841 or 2060390. OLE color: 2060390.
HSL color Cylindrical-coordinate representation of color #66701F: hue angle of 67.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66701F is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 112 | 31 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.56 |
| HSL | 67.41º | 0.57% | 0.28% | - |
| HSV(B) | 67.41º | 0.72% | 0.44% | - |
| XYZ | 11.52 | 14.51 | 3.49 | - |
| YUV | 99.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 31 | 0.09 | 0 | 0.72 | 0.56 | 67.41 | 0.57 | 0.28 |
| Hex | 66 | 70 | 1F | 9 | 0 | 48 | 38 | 43 | 39 | 1C |
| Octal | 146 | 160 | 37 | 11 | 0 | 110 | 70 | 103 | 71 | 34 |
| Binary | 1100110 | 1110000 | 11111 | 1001 | 0 | 1001000 | 111000 | 1000011 | 111001 | 11100 |
Color Harmonies of #66701F
Complementary color
Monochromatic Colors of #66701F
Black with #66701F
Text Example
Text Example
White with #66701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66701F; }
p { color: rgb(102,112,31); }
H1.HeaderClassName
{
color: #66701F;
}
.AnyTagClassName
{
color: #66701F;
}
</style>
background-color css
<style>
a { background-color: #66701F; }
a { background-color: rgb(102,112,31); }
div.DivClassName
{
background-color: #66701F;
}
.BgClassName
{
background-color: #66701F;
}
</style>
border-color css
<style>
span { border-color: #66701F; }
span { border-color: rgb(102,112,31); }
td.TdClassName
{
border-color: #66701F;
}
.TagClassName
{
border-color: #66701F;
}
</style>