Shades of Fiji Green #636305
Tints of Fiji Green #636305
RGB
CMYK
RGB Variations
Color information
#636305 (or 0x636305) is known color: Fiji Green. HEX triplet: 63, 63 and 05. RGB value is (99,99,5). Sum of RGB (Red+Green+Blue) = 99+99+5=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 99 - color contains mainly: red, green. Hex color #636305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636305 is #9C9CFA. Grayscale: #585858. Windows color (decimal): -10263803 or 353123. OLE color: 353123.
HSL color Cylindrical-coordinate representation of color #636305: hue angle of 60º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #636305 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 99 | 5 | - |
| CMYK | 0 | 0 | 0.95 | 0.61 |
| HSL | 60º | 0.9% | 0.2% | - |
| HSV(B) | 60º | 0.95% | 0.39% | - |
| XYZ | 9.63 | 11.59 | 1.87 | - |
| YUV | 88.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 99 | 5 | 0 | 0 | 0.95 | 0.61 | 60 | 0.9 | 0.2 |
| Hex | 63 | 63 | 5 | 0 | 0 | 5F | 3D | 3C | 5A | 14 |
| Octal | 143 | 143 | 5 | 0 | 0 | 137 | 75 | 74 | 132 | 24 |
| Binary | 1100011 | 1100011 | 101 | 0 | 0 | 1011111 | 111101 | 111100 | 1011010 | 10100 |
Color Harmonies of #636305
Complementary color
Monochromatic Colors of #636305
Black with #636305
Text Example
Text Example
White with #636305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636305; }
p { color: rgb(99,99,5); }
H1.HeaderClassName
{
color: #636305;
}
.AnyTagClassName
{
color: #636305;
}
</style>
background-color css
<style>
a { background-color: #636305; }
a { background-color: rgb(99,99,5); }
div.DivClassName
{
background-color: #636305;
}
.BgClassName
{
background-color: #636305;
}
</style>
border-color css
<style>
span { border-color: #636305; }
span { border-color: rgb(99,99,5); }
td.TdClassName
{
border-color: #636305;
}
.TagClassName
{
border-color: #636305;
}
</style>