Shades of Fiji Green #607303
Tints of Fiji Green #607303
RGB
CMYK
RGB Variations
Color information
#607303 (or 0x607303) is known color: Fiji Green. HEX triplet: 60, 73 and 03. RGB value is (96,115,3). Sum of RGB (Red+Green+Blue) = 96+115+3=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #607303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607303 is #9F8CFC. Grayscale: #606060. Windows color (decimal): -10456317 or 226144. OLE color: 226144.
HSL color Cylindrical-coordinate representation of color #607303: hue angle of 70.18º 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 #607303 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 3 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.55 |
| HSL | 70.18º | 0.95% | 0.23% | - |
| HSV(B) | 70.18º | 0.97% | 0.45% | - |
| XYZ | 10.97 | 14.75 | 2.36 | - |
| YUV | 96.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 3 | 0.17 | 0 | 0.97 | 0.55 | 70.18 | 0.95 | 0.23 |
| Hex | 60 | 73 | 3 | 11 | 0 | 61 | 37 | 46 | 5F | 17 |
| Octal | 140 | 163 | 3 | 21 | 0 | 141 | 67 | 106 | 137 | 27 |
| Binary | 1100000 | 1110011 | 11 | 10001 | 0 | 1100001 | 110111 | 1000110 | 1011111 | 10111 |
Color Harmonies of #607303
Complementary color
Monochromatic Colors of #607303
Black with #607303
Text Example
Text Example
White with #607303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607303; }
p { color: rgb(96,115,3); }
H1.HeaderClassName
{
color: #607303;
}
.AnyTagClassName
{
color: #607303;
}
</style>
background-color css
<style>
a { background-color: #607303; }
a { background-color: rgb(96,115,3); }
div.DivClassName
{
background-color: #607303;
}
.BgClassName
{
background-color: #607303;
}
</style>
border-color css
<style>
span { border-color: #607303; }
span { border-color: rgb(96,115,3); }
td.TdClassName
{
border-color: #607303;
}
.TagClassName
{
border-color: #607303;
}
</style>