Shades of Fiji Green #636820
Tints of Fiji Green #636820
RGB
CMYK
RGB Variations
Color information
#636820 (or 0x636820) is known color: Fiji Green. HEX triplet: 63, 68 and 20. RGB value is (99,104,32). Sum of RGB (Red+Green+Blue) = 99+104+32=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #636820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636820 is #9C97DF. Grayscale: #5E5E5E. Windows color (decimal): -10262496 or 2123875. OLE color: 2123875.
HSL color Cylindrical-coordinate representation of color #636820: hue angle of 64.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #636820 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 104 | 32 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.59 |
| HSL | 64.17º | 0.53% | 0.27% | - |
| HSV(B) | 64.17º | 0.69% | 0.41% | - |
| XYZ | 10.36 | 12.66 | 3.26 | - |
| YUV | 94.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 32 | 0.05 | 0 | 0.69 | 0.59 | 64.17 | 0.53 | 0.27 |
| Hex | 63 | 68 | 20 | 5 | 0 | 45 | 3B | 40 | 35 | 1B |
| Octal | 143 | 150 | 40 | 5 | 0 | 105 | 73 | 100 | 65 | 33 |
| Binary | 1100011 | 1101000 | 100000 | 101 | 0 | 1000101 | 111011 | 1000000 | 110101 | 11011 |
Color Harmonies of #636820
Complementary color
Monochromatic Colors of #636820
Black with #636820
Text Example
Text Example
White with #636820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636820; }
p { color: rgb(99,104,32); }
H1.HeaderClassName
{
color: #636820;
}
.AnyTagClassName
{
color: #636820;
}
</style>
background-color css
<style>
a { background-color: #636820; }
a { background-color: rgb(99,104,32); }
div.DivClassName
{
background-color: #636820;
}
.BgClassName
{
background-color: #636820;
}
</style>
border-color css
<style>
span { border-color: #636820; }
span { border-color: rgb(99,104,32); }
td.TdClassName
{
border-color: #636820;
}
.TagClassName
{
border-color: #636820;
}
</style>