Shades of Fiji Green #636C18
Tints of Fiji Green #636C18
RGB
CMYK
RGB Variations
Color information
#636C18 (or 0x636C18) is known color: Fiji Green. HEX triplet: 63, 6C and 18. RGB value is (99,108,24). Sum of RGB (Red+Green+Blue) = 99+108+24=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 108 - color contains mainly: green. Hex color #636C18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636C18 is #9C93E7. Grayscale: #606060. Windows color (decimal): -10261480 or 1600611. OLE color: 1600611.
HSL color Cylindrical-coordinate representation of color #636C18: hue angle of 66.43º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #636C18 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 108 | 24 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.58 |
| HSL | 66.43º | 0.64% | 0.26% | - |
| HSV(B) | 66.43º | 0.78% | 0.42% | - |
| XYZ | 10.67 | 13.44 | 2.9 | - |
| YUV | 95.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 24 | 0.08 | 0 | 0.78 | 0.58 | 66.43 | 0.64 | 0.26 |
| Hex | 63 | 6C | 18 | 8 | 0 | 4E | 3A | 42 | 40 | 1A |
| Octal | 143 | 154 | 30 | 10 | 0 | 116 | 72 | 102 | 100 | 32 |
| Binary | 1100011 | 1101100 | 11000 | 1000 | 0 | 1001110 | 111010 | 1000010 | 1000000 | 11010 |
Color Harmonies of #636C18
Complementary color
Monochromatic Colors of #636C18
Black with #636C18
Text Example
Text Example
White with #636C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C18; }
p { color: rgb(99,108,24); }
H1.HeaderClassName
{
color: #636C18;
}
.AnyTagClassName
{
color: #636C18;
}
</style>
background-color css
<style>
a { background-color: #636C18; }
a { background-color: rgb(99,108,24); }
div.DivClassName
{
background-color: #636C18;
}
.BgClassName
{
background-color: #636C18;
}
</style>
border-color css
<style>
span { border-color: #636C18; }
span { border-color: rgb(99,108,24); }
td.TdClassName
{
border-color: #636C18;
}
.TagClassName
{
border-color: #636C18;
}
</style>