Shades of Fiji Green #636C14
Tints of Fiji Green #636C14
RGB
CMYK
RGB Variations
Color information
#636C14 (or 0x636C14) is known color: Fiji Green. HEX triplet: 63, 6C and 14. RGB value is (99,108,20). Sum of RGB (Red+Green+Blue) = 99+108+20=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #636C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636C14 is #9C93EB. Grayscale: #5F5F5F. Windows color (decimal): -10261484 or 1338467. OLE color: 1338467.
HSL color Cylindrical-coordinate representation of color #636C14: hue angle of 66.14º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #636C14 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 108 | 20 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.58 |
| HSL | 66.14º | 0.69% | 0.25% | - |
| HSV(B) | 66.14º | 0.81% | 0.42% | - |
| XYZ | 10.63 | 13.43 | 2.69 | - |
| YUV | 95.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 20 | 0.08 | 0 | 0.81 | 0.58 | 66.14 | 0.69 | 0.25 |
| Hex | 63 | 6C | 14 | 8 | 0 | 51 | 3A | 42 | 45 | 19 |
| Octal | 143 | 154 | 24 | 10 | 0 | 121 | 72 | 102 | 105 | 31 |
| Binary | 1100011 | 1101100 | 10100 | 1000 | 0 | 1010001 | 111010 | 1000010 | 1000101 | 11001 |
Color Harmonies of #636C14
Complementary color
Monochromatic Colors of #636C14
Black with #636C14
Text Example
Text Example
White with #636C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C14; }
p { color: rgb(99,108,20); }
H1.HeaderClassName
{
color: #636C14;
}
.AnyTagClassName
{
color: #636C14;
}
</style>
background-color css
<style>
a { background-color: #636C14; }
a { background-color: rgb(99,108,20); }
div.DivClassName
{
background-color: #636C14;
}
.BgClassName
{
background-color: #636C14;
}
</style>
border-color css
<style>
span { border-color: #636C14; }
span { border-color: rgb(99,108,20); }
td.TdClassName
{
border-color: #636C14;
}
.TagClassName
{
border-color: #636C14;
}
</style>