Shades of Fiji Green #635F00
Tints of Fiji Green #635F00
RGB
CMYK
RGB Variations
Color information
#635F00 (or 0x635F00) is known color: Fiji Green. HEX triplet: 63, 5F and 00. RGB value is (99,95,0). Sum of RGB (Red+Green+Blue) = 99+95+0=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #635F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635F00 is #9CA0FF. Grayscale: #555555. Windows color (decimal): -10264832 or 24419. OLE color: 24419.
HSL color Cylindrical-coordinate representation of color #635F00: hue angle of 57.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #635F00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.61 |
| HSL | 57.58º | 1% | 0.19% | - |
| HSV(B) | 57.58º | 1% | 0.39% | - |
| XYZ | 9.24 | 10.84 | 1.6 | - |
| YUV | 85.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 0 | 0 | 0.04 | 1 | 0.61 | 57.58 | 1 | 0.19 |
| Hex | 63 | 5F | 0 | 0 | 4 | 64 | 3D | 3A | 64 | 13 |
| Octal | 143 | 137 | 0 | 0 | 4 | 144 | 75 | 72 | 144 | 23 |
| Binary | 1100011 | 1011111 | 0 | 0 | 100 | 1100100 | 111101 | 111010 | 1100100 | 10011 |
Color Harmonies of #635F00
Complementary color
Monochromatic Colors of #635F00
Black with #635F00
Text Example
Text Example
White with #635F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F00; }
p { color: rgb(99,95,0); }
H1.HeaderClassName
{
color: #635F00;
}
.AnyTagClassName
{
color: #635F00;
}
</style>
background-color css
<style>
a { background-color: #635F00; }
a { background-color: rgb(99,95,0); }
div.DivClassName
{
background-color: #635F00;
}
.BgClassName
{
background-color: #635F00;
}
</style>
border-color css
<style>
span { border-color: #635F00; }
span { border-color: rgb(99,95,0); }
td.TdClassName
{
border-color: #635F00;
}
.TagClassName
{
border-color: #635F00;
}
</style>