Shades of Fiji Green #607B06
Tints of Fiji Green #607B06
RGB
CMYK
RGB Variations
Color information
#607B06 (or 0x607B06) is known color: Fiji Green. HEX triplet: 60, 7B and 06. RGB value is (96,123,6). Sum of RGB (Red+Green+Blue) = 96+123+6=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #607B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607B06 is #9F84F9. Grayscale: #666666. Windows color (decimal): -10454266 or 424800. OLE color: 424800.
HSL color Cylindrical-coordinate representation of color #607B06: hue angle of 73.85º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #607B06 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 6 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.52 |
| HSL | 73.85º | 0.91% | 0.25% | - |
| HSV(B) | 73.85º | 0.95% | 0.48% | - |
| XYZ | 11.94 | 16.67 | 2.76 | - |
| YUV | 101.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 6 | 0.22 | 0 | 0.95 | 0.52 | 73.85 | 0.91 | 0.25 |
| Hex | 60 | 7B | 6 | 16 | 0 | 5F | 34 | 4A | 5B | 19 |
| Octal | 140 | 173 | 6 | 26 | 0 | 137 | 64 | 112 | 133 | 31 |
| Binary | 1100000 | 1111011 | 110 | 10110 | 0 | 1011111 | 110100 | 1001010 | 1011011 | 11001 |
Color Harmonies of #607B06
Complementary color
Monochromatic Colors of #607B06
Black with #607B06
Text Example
Text Example
White with #607B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B06; }
p { color: rgb(96,123,6); }
H1.HeaderClassName
{
color: #607B06;
}
.AnyTagClassName
{
color: #607B06;
}
</style>
background-color css
<style>
a { background-color: #607B06; }
a { background-color: rgb(96,123,6); }
div.DivClassName
{
background-color: #607B06;
}
.BgClassName
{
background-color: #607B06;
}
</style>
border-color css
<style>
span { border-color: #607B06; }
span { border-color: rgb(96,123,6); }
td.TdClassName
{
border-color: #607B06;
}
.TagClassName
{
border-color: #607B06;
}
</style>