Shades of Fiji Green #66720B
Tints of Fiji Green #66720B
RGB
CMYK
RGB Variations
Color information
#66720B (or 0x66720B) is known color: Fiji Green. HEX triplet: 66, 72 and 0B. RGB value is (102,114,11). Sum of RGB (Red+Green+Blue) = 102+114+11=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #66720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66720B is #998DF4. Grayscale: #636363. Windows color (decimal): -10063349 or 750182. OLE color: 750182.
HSL color Cylindrical-coordinate representation of color #66720B: hue angle of 66.99º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66720B is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 114 | 11 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.55 |
| HSL | 66.99º | 0.82% | 0.25% | - |
| HSV(B) | 66.99º | 0.9% | 0.45% | - |
| XYZ | 11.56 | 14.88 | 2.58 | - |
| YUV | 98.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 11 | 0.11 | 0 | 0.90 | 0.55 | 66.99 | 0.82 | 0.25 |
| Hex | 66 | 72 | B | B | 0 | 5A | 37 | 43 | 52 | 19 |
| Octal | 146 | 162 | 13 | 13 | 0 | 132 | 67 | 103 | 122 | 31 |
| Binary | 1100110 | 1110010 | 1011 | 1011 | 0 | 1011010 | 110111 | 1000011 | 1010010 | 11001 |
Color Harmonies of #66720B
Complementary color
Monochromatic Colors of #66720B
Black with #66720B
Text Example
Text Example
White with #66720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66720B; }
p { color: rgb(102,114,11); }
H1.HeaderClassName
{
color: #66720B;
}
.AnyTagClassName
{
color: #66720B;
}
</style>
background-color css
<style>
a { background-color: #66720B; }
a { background-color: rgb(102,114,11); }
div.DivClassName
{
background-color: #66720B;
}
.BgClassName
{
background-color: #66720B;
}
</style>
border-color css
<style>
span { border-color: #66720B; }
span { border-color: rgb(102,114,11); }
td.TdClassName
{
border-color: #66720B;
}
.TagClassName
{
border-color: #66720B;
}
</style>