Shades of Fiji Green #636F12
Tints of Fiji Green #636F12
RGB
CMYK
RGB Variations
Color information
#636F12 (or 0x636F12) is known color: Fiji Green. HEX triplet: 63, 6F and 12. RGB value is (99,111,18). Sum of RGB (Red+Green+Blue) = 99+111+18=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #636F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636F12 is #9C90ED. Grayscale: #616161. Windows color (decimal): -10260718 or 1208163. OLE color: 1208163.
HSL color Cylindrical-coordinate representation of color #636F12: hue angle of 67.74º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #636F12 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 111 | 18 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.56 |
| HSL | 67.74º | 0.72% | 0.25% | - |
| HSV(B) | 67.74º | 0.84% | 0.44% | - |
| XYZ | 10.94 | 14.07 | 2.71 | - |
| YUV | 96.81 | 83.52 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 18 | 0.11 | 0 | 0.84 | 0.56 | 67.74 | 0.72 | 0.25 |
| Hex | 63 | 6F | 12 | B | 0 | 54 | 38 | 44 | 48 | 19 |
| Octal | 143 | 157 | 22 | 13 | 0 | 124 | 70 | 104 | 110 | 31 |
| Binary | 1100011 | 1101111 | 10010 | 1011 | 0 | 1010100 | 111000 | 1000100 | 1001000 | 11001 |
Color Harmonies of #636F12
Complementary color
Monochromatic Colors of #636F12
Black with #636F12
Text Example
Text Example
White with #636F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F12; }
p { color: rgb(99,111,18); }
H1.HeaderClassName
{
color: #636F12;
}
.AnyTagClassName
{
color: #636F12;
}
</style>
background-color css
<style>
a { background-color: #636F12; }
a { background-color: rgb(99,111,18); }
div.DivClassName
{
background-color: #636F12;
}
.BgClassName
{
background-color: #636F12;
}
</style>
border-color css
<style>
span { border-color: #636F12; }
span { border-color: rgb(99,111,18); }
td.TdClassName
{
border-color: #636F12;
}
.TagClassName
{
border-color: #636F12;
}
</style>