Shades of Fiji Green #657303
Tints of Fiji Green #657303
RGB
CMYK
RGB Variations
Color information
#657303 (or 0x657303) is known color: Fiji Green. HEX triplet: 65, 73 and 03. RGB value is (101,115,3). Sum of RGB (Red+Green+Blue) = 101+115+3=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #657303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657303 is #9A8CFC. Grayscale: #626262. Windows color (decimal): -10128637 or 226149. OLE color: 226149.
HSL color Cylindrical-coordinate representation of color #657303: hue angle of 67.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #657303 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 115 | 3 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.55 |
| HSL | 67.5º | 0.95% | 0.23% | - |
| HSV(B) | 67.5º | 0.97% | 0.45% | - |
| XYZ | 11.51 | 15.03 | 2.38 | - |
| YUV | 98.05 | 74.36 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 3 | 0.12 | 0 | 0.97 | 0.55 | 67.5 | 0.95 | 0.23 |
| Hex | 65 | 73 | 3 | C | 0 | 61 | 37 | 44 | 5F | 17 |
| Octal | 145 | 163 | 3 | 14 | 0 | 141 | 67 | 104 | 137 | 27 |
| Binary | 1100101 | 1110011 | 11 | 1100 | 0 | 1100001 | 110111 | 1000100 | 1011111 | 10111 |
Color Harmonies of #657303
Complementary color
Monochromatic Colors of #657303
Black with #657303
Text Example
Text Example
White with #657303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657303; }
p { color: rgb(101,115,3); }
H1.HeaderClassName
{
color: #657303;
}
.AnyTagClassName
{
color: #657303;
}
</style>
background-color css
<style>
a { background-color: #657303; }
a { background-color: rgb(101,115,3); }
div.DivClassName
{
background-color: #657303;
}
.BgClassName
{
background-color: #657303;
}
</style>
border-color css
<style>
span { border-color: #657303; }
span { border-color: rgb(101,115,3); }
td.TdClassName
{
border-color: #657303;
}
.TagClassName
{
border-color: #657303;
}
</style>