Shades of Fiji Green #636802
Tints of Fiji Green #636802
RGB
CMYK
RGB Variations
Color information
#636802 (or 0x636802) is known color: Fiji Green. HEX triplet: 63, 68 and 02. RGB value is (99,104,2). Sum of RGB (Red+Green+Blue) = 99+104+2=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #636802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636802 is #9C97FD. Grayscale: #5B5B5B. Windows color (decimal): -10262526 or 157795. OLE color: 157795.
HSL color Cylindrical-coordinate representation of color #636802: hue angle of 62.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #636802 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 104 | 2 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.59 |
| HSL | 62.94º | 0.96% | 0.21% | - |
| HSV(B) | 62.94º | 0.98% | 0.41% | - |
| XYZ | 10.11 | 12.56 | 1.95 | - |
| YUV | 90.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 2 | 0.05 | 0 | 0.98 | 0.59 | 62.94 | 0.96 | 0.21 |
| Hex | 63 | 68 | 2 | 5 | 0 | 62 | 3B | 3F | 60 | 15 |
| Octal | 143 | 150 | 2 | 5 | 0 | 142 | 73 | 77 | 140 | 25 |
| Binary | 1100011 | 1101000 | 10 | 101 | 0 | 1100010 | 111011 | 111111 | 1100000 | 10101 |
Color Harmonies of #636802
Complementary color
Monochromatic Colors of #636802
Black with #636802
Text Example
Text Example
White with #636802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636802; }
p { color: rgb(99,104,2); }
H1.HeaderClassName
{
color: #636802;
}
.AnyTagClassName
{
color: #636802;
}
</style>
background-color css
<style>
a { background-color: #636802; }
a { background-color: rgb(99,104,2); }
div.DivClassName
{
background-color: #636802;
}
.BgClassName
{
background-color: #636802;
}
</style>
border-color css
<style>
span { border-color: #636802; }
span { border-color: rgb(99,104,2); }
td.TdClassName
{
border-color: #636802;
}
.TagClassName
{
border-color: #636802;
}
</style>