Shades of Fiji Green #636000
Tints of Fiji Green #636000
RGB
CMYK
RGB Variations
Color information
#636000 (or 0x636000) is known color: Fiji Green. HEX triplet: 63, 60 and 00. RGB value is (99,96,0). Sum of RGB (Red+Green+Blue) = 99+96+0=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #636000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636000 is #9C9FFF. Grayscale: #565656. Windows color (decimal): -10264576 or 24675. OLE color: 24675.
HSL color Cylindrical-coordinate representation of color #636000: hue angle of 58.18º 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 #636000 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.61 |
| HSL | 58.18º | 1% | 0.19% | - |
| HSV(B) | 58.18º | 1% | 0.39% | - |
| XYZ | 9.33 | 11.02 | 1.64 | - |
| YUV | 85.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 0 | 0 | 0.03 | 1 | 0.61 | 58.18 | 1 | 0.19 |
| Hex | 63 | 60 | 0 | 0 | 3 | 64 | 3D | 3A | 64 | 13 |
| Octal | 143 | 140 | 0 | 0 | 3 | 144 | 75 | 72 | 144 | 23 |
| Binary | 1100011 | 1100000 | 0 | 0 | 11 | 1100100 | 111101 | 111010 | 1100100 | 10011 |
Color Harmonies of #636000
Complementary color
Monochromatic Colors of #636000
Black with #636000
Text Example
Text Example
White with #636000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636000; }
p { color: rgb(99,96,0); }
H1.HeaderClassName
{
color: #636000;
}
.AnyTagClassName
{
color: #636000;
}
</style>
background-color css
<style>
a { background-color: #636000; }
a { background-color: rgb(99,96,0); }
div.DivClassName
{
background-color: #636000;
}
.BgClassName
{
background-color: #636000;
}
</style>
border-color css
<style>
span { border-color: #636000; }
span { border-color: rgb(99,96,0); }
td.TdClassName
{
border-color: #636000;
}
.TagClassName
{
border-color: #636000;
}
</style>