Shades of Fiji Green #66730B
Tints of Fiji Green #66730B
RGB
CMYK
RGB Variations
Color information
#66730B (or 0x66730B) is known color: Fiji Green. HEX triplet: 66, 73 and 0B. RGB value is (102,115,11). Sum of RGB (Red+Green+Blue) = 102+115+11=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #66730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66730B is #998CF4. Grayscale: #636363. Windows color (decimal): -10063093 or 750438. OLE color: 750438.
HSL color Cylindrical-coordinate representation of color #66730B: hue angle of 67.5º degrees, saturation: 0.83, 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 #66730B is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 11 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.55 |
| HSL | 67.5º | 0.83% | 0.25% | - |
| HSV(B) | 67.5º | 0.9% | 0.45% | - |
| XYZ | 11.67 | 15.11 | 2.62 | - |
| YUV | 99.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 11 | 0.11 | 0 | 0.90 | 0.55 | 67.5 | 0.83 | 0.25 |
| Hex | 66 | 73 | B | B | 0 | 5A | 37 | 44 | 53 | 19 |
| Octal | 146 | 163 | 13 | 13 | 0 | 132 | 67 | 104 | 123 | 31 |
| Binary | 1100110 | 1110011 | 1011 | 1011 | 0 | 1011010 | 110111 | 1000100 | 1010011 | 11001 |
Color Harmonies of #66730B
Complementary color
Monochromatic Colors of #66730B
Black with #66730B
Text Example
Text Example
White with #66730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66730B; }
p { color: rgb(102,115,11); }
H1.HeaderClassName
{
color: #66730B;
}
.AnyTagClassName
{
color: #66730B;
}
</style>
background-color css
<style>
a { background-color: #66730B; }
a { background-color: rgb(102,115,11); }
div.DivClassName
{
background-color: #66730B;
}
.BgClassName
{
background-color: #66730B;
}
</style>
border-color css
<style>
span { border-color: #66730B; }
span { border-color: rgb(102,115,11); }
td.TdClassName
{
border-color: #66730B;
}
.TagClassName
{
border-color: #66730B;
}
</style>