Shades of Fiji Green #607B19
Tints of Fiji Green #607B19
RGB
CMYK
RGB Variations
Color information
#607B19 (or 0x607B19) is known color: Fiji Green. HEX triplet: 60, 7B and 19. RGB value is (96,123,25). Sum of RGB (Red+Green+Blue) = 96+123+25=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #607B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607B19 is #9F84E6. Grayscale: #686868. Windows color (decimal): -10454247 or 1669984. OLE color: 1669984.
HSL color Cylindrical-coordinate representation of color #607B19: hue angle of 76.53º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #607B19 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 25 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.52 |
| HSL | 76.53º | 0.66% | 0.29% | - |
| HSV(B) | 76.53º | 0.8% | 0.48% | - |
| XYZ | 12.08 | 16.72 | 3.51 | - |
| YUV | 103.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 25 | 0.22 | 0 | 0.80 | 0.52 | 76.53 | 0.66 | 0.29 |
| Hex | 60 | 7B | 19 | 16 | 0 | 50 | 34 | 4D | 42 | 1D |
| Octal | 140 | 173 | 31 | 26 | 0 | 120 | 64 | 115 | 102 | 35 |
| Binary | 1100000 | 1111011 | 11001 | 10110 | 0 | 1010000 | 110100 | 1001101 | 1000010 | 11101 |
Color Harmonies of #607B19
Complementary color
Monochromatic Colors of #607B19
Black with #607B19
Text Example
Text Example
White with #607B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B19; }
p { color: rgb(96,123,25); }
H1.HeaderClassName
{
color: #607B19;
}
.AnyTagClassName
{
color: #607B19;
}
</style>
background-color css
<style>
a { background-color: #607B19; }
a { background-color: rgb(96,123,25); }
div.DivClassName
{
background-color: #607B19;
}
.BgClassName
{
background-color: #607B19;
}
</style>
border-color css
<style>
span { border-color: #607B19; }
span { border-color: rgb(96,123,25); }
td.TdClassName
{
border-color: #607B19;
}
.TagClassName
{
border-color: #607B19;
}
</style>