Shades of Fiji Green #66730A
Tints of Fiji Green #66730A
RGB
CMYK
RGB Variations
Color information
#66730A (or 0x66730A) is known color: Fiji Green. HEX triplet: 66, 73 and 0A. RGB value is (102,115,10). Sum of RGB (Red+Green+Blue) = 102+115+10=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #66730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66730A is #998CF5. Grayscale: #636363. Windows color (decimal): -10063094 or 684902. OLE color: 684902.
HSL color Cylindrical-coordinate representation of color #66730A: hue angle of 67.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66730A is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 10 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.55 |
| HSL | 67.43º | 0.84% | 0.25% | - |
| HSV(B) | 67.43º | 0.91% | 0.45% | - |
| XYZ | 11.67 | 15.11 | 2.59 | - |
| YUV | 99.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 10 | 0.11 | 0 | 0.91 | 0.55 | 67.43 | 0.84 | 0.25 |
| Hex | 66 | 73 | A | B | 0 | 5B | 37 | 43 | 54 | 19 |
| Octal | 146 | 163 | 12 | 13 | 0 | 133 | 67 | 103 | 124 | 31 |
| Binary | 1100110 | 1110011 | 1010 | 1011 | 0 | 1011011 | 110111 | 1000011 | 1010100 | 11001 |
Color Harmonies of #66730A
Complementary color
Monochromatic Colors of #66730A
Black with #66730A
Text Example
Text Example
White with #66730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66730A; }
p { color: rgb(102,115,10); }
H1.HeaderClassName
{
color: #66730A;
}
.AnyTagClassName
{
color: #66730A;
}
</style>
background-color css
<style>
a { background-color: #66730A; }
a { background-color: rgb(102,115,10); }
div.DivClassName
{
background-color: #66730A;
}
.BgClassName
{
background-color: #66730A;
}
</style>
border-color css
<style>
span { border-color: #66730A; }
span { border-color: rgb(102,115,10); }
td.TdClassName
{
border-color: #66730A;
}
.TagClassName
{
border-color: #66730A;
}
</style>