Shades of Fiji Green #636202
Tints of Fiji Green #636202
RGB
CMYK
RGB Variations
Color information
#636202 (or 0x636202) is known color: Fiji Green. HEX triplet: 63, 62 and 02. RGB value is (99,98,2). Sum of RGB (Red+Green+Blue) = 99+98+2=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #636202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636202 is #9C9DFD. Grayscale: #575757. Windows color (decimal): -10264062 or 156259. OLE color: 156259.
HSL color Cylindrical-coordinate representation of color #636202: hue angle of 59.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #636202 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 98 | 2 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.61 |
| HSL | 59.38º | 0.96% | 0.2% | - |
| HSV(B) | 59.38º | 0.98% | 0.39% | - |
| XYZ | 9.52 | 11.39 | 1.75 | - |
| YUV | 87.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 2 | 0 | 0.01 | 0.98 | 0.61 | 59.38 | 0.96 | 0.2 |
| Hex | 63 | 62 | 2 | 0 | 1 | 62 | 3D | 3B | 60 | 14 |
| Octal | 143 | 142 | 2 | 0 | 1 | 142 | 75 | 73 | 140 | 24 |
| Binary | 1100011 | 1100010 | 10 | 0 | 1 | 1100010 | 111101 | 111011 | 1100000 | 10100 |
Color Harmonies of #636202
Complementary color
Monochromatic Colors of #636202
Black with #636202
Text Example
Text Example
White with #636202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636202; }
p { color: rgb(99,98,2); }
H1.HeaderClassName
{
color: #636202;
}
.AnyTagClassName
{
color: #636202;
}
</style>
background-color css
<style>
a { background-color: #636202; }
a { background-color: rgb(99,98,2); }
div.DivClassName
{
background-color: #636202;
}
.BgClassName
{
background-color: #636202;
}
</style>
border-color css
<style>
span { border-color: #636202; }
span { border-color: rgb(99,98,2); }
td.TdClassName
{
border-color: #636202;
}
.TagClassName
{
border-color: #636202;
}
</style>