Shades of Fiji Green #607B01
Tints of Fiji Green #607B01
RGB
CMYK
RGB Variations
Color information
#607B01 (or 0x607B01) is known color: Fiji Green. HEX triplet: 60, 7B and 01. RGB value is (96,123,1). Sum of RGB (Red+Green+Blue) = 96+123+1=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #607B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607B01 is #9F84FE. Grayscale: #656565. Windows color (decimal): -10454271 or 97120. OLE color: 97120.
HSL color Cylindrical-coordinate representation of color #607B01: hue angle of 73.28º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #607B01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.52 |
| HSL | 73.28º | 0.98% | 0.24% | - |
| HSV(B) | 73.28º | 0.99% | 0.48% | - |
| XYZ | 11.91 | 16.65 | 2.62 | - |
| YUV | 101.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 1 | 0.22 | 0 | 0.99 | 0.52 | 73.28 | 0.98 | 0.24 |
| Hex | 60 | 7B | 1 | 16 | 0 | 63 | 34 | 49 | 62 | 18 |
| Octal | 140 | 173 | 1 | 26 | 0 | 143 | 64 | 111 | 142 | 30 |
| Binary | 1100000 | 1111011 | 1 | 10110 | 0 | 1100011 | 110100 | 1001001 | 1100010 | 11000 |
Color Harmonies of #607B01
Complementary color
Monochromatic Colors of #607B01
Black with #607B01
Text Example
Text Example
White with #607B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B01; }
p { color: rgb(96,123,1); }
H1.HeaderClassName
{
color: #607B01;
}
.AnyTagClassName
{
color: #607B01;
}
</style>
background-color css
<style>
a { background-color: #607B01; }
a { background-color: rgb(96,123,1); }
div.DivClassName
{
background-color: #607B01;
}
.BgClassName
{
background-color: #607B01;
}
</style>
border-color css
<style>
span { border-color: #607B01; }
span { border-color: rgb(96,123,1); }
td.TdClassName
{
border-color: #607B01;
}
.TagClassName
{
border-color: #607B01;
}
</style>