Shades of Fiji Green #66750A
Tints of Fiji Green #66750A
RGB
CMYK
RGB Variations
Color information
#66750A (or 0x66750A) is known color: Fiji Green. HEX triplet: 66, 75 and 0A. RGB value is (102,117,10). Sum of RGB (Red+Green+Blue) = 102+117+10=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #66750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66750A is #998AF5. Grayscale: #646464. Windows color (decimal): -10062582 or 685414. OLE color: 685414.
HSL color Cylindrical-coordinate representation of color #66750A: hue angle of 68.41º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66750A is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 10 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.54 |
| HSL | 68.41º | 0.84% | 0.25% | - |
| HSV(B) | 68.41º | 0.91% | 0.46% | - |
| XYZ | 11.9 | 15.57 | 2.67 | - |
| YUV | 100.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 10 | 0.13 | 0 | 0.91 | 0.54 | 68.41 | 0.84 | 0.25 |
| Hex | 66 | 75 | A | D | 0 | 5B | 36 | 44 | 54 | 19 |
| Octal | 146 | 165 | 12 | 15 | 0 | 133 | 66 | 104 | 124 | 31 |
| Binary | 1100110 | 1110101 | 1010 | 1101 | 0 | 1011011 | 110110 | 1000100 | 1010100 | 11001 |
Color Harmonies of #66750A
Complementary color
Monochromatic Colors of #66750A
Black with #66750A
Text Example
Text Example
White with #66750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66750A; }
p { color: rgb(102,117,10); }
H1.HeaderClassName
{
color: #66750A;
}
.AnyTagClassName
{
color: #66750A;
}
</style>
background-color css
<style>
a { background-color: #66750A; }
a { background-color: rgb(102,117,10); }
div.DivClassName
{
background-color: #66750A;
}
.BgClassName
{
background-color: #66750A;
}
</style>
border-color css
<style>
span { border-color: #66750A; }
span { border-color: rgb(102,117,10); }
td.TdClassName
{
border-color: #66750A;
}
.TagClassName
{
border-color: #66750A;
}
</style>