Shades of Fiji Green #606700
Tints of Fiji Green #606700
RGB
CMYK
RGB Variations
Color information
#606700 (or 0x606700) is known color: Fiji Green. HEX triplet: 60, 67 and 00. RGB value is (96,103,0). Sum of RGB (Red+Green+Blue) = 96+103+0=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #606700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606700 is #9F98FF. Grayscale: #595959. Windows color (decimal): -10459392 or 26464. OLE color: 26464.
HSL color Cylindrical-coordinate representation of color #606700: hue angle of 64.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #606700 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.60 |
| HSL | 64.08º | 1% | 0.2% | - |
| HSV(B) | 64.08º | 1% | 0.4% | - |
| XYZ | 9.67 | 12.19 | 1.84 | - |
| YUV | 89.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 0 | 0.07 | 0 | 1 | 0.60 | 64.08 | 1 | 0.2 |
| Hex | 60 | 67 | 0 | 7 | 0 | 64 | 3C | 40 | 64 | 14 |
| Octal | 140 | 147 | 0 | 7 | 0 | 144 | 74 | 100 | 144 | 24 |
| Binary | 1100000 | 1100111 | 0 | 111 | 0 | 1100100 | 111100 | 1000000 | 1100100 | 10100 |
Color Harmonies of #606700
Complementary color
Monochromatic Colors of #606700
Black with #606700
Text Example
Text Example
White with #606700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606700; }
p { color: rgb(96,103,0); }
H1.HeaderClassName
{
color: #606700;
}
.AnyTagClassName
{
color: #606700;
}
</style>
background-color css
<style>
a { background-color: #606700; }
a { background-color: rgb(96,103,0); }
div.DivClassName
{
background-color: #606700;
}
.BgClassName
{
background-color: #606700;
}
</style>
border-color css
<style>
span { border-color: #606700; }
span { border-color: rgb(96,103,0); }
td.TdClassName
{
border-color: #606700;
}
.TagClassName
{
border-color: #606700;
}
</style>