Shades of Fiji Green #637E12
Tints of Fiji Green #637E12
RGB
CMYK
RGB Variations
Color information
#637E12 (or 0x637E12) is known color: Fiji Green. HEX triplet: 63, 7E and 12. RGB value is (99,126,18). Sum of RGB (Red+Green+Blue) = 99+126+18=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #637E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637E12 is #9C81ED. Grayscale: #6A6A6A. Windows color (decimal): -10256878 or 1212003. OLE color: 1212003.
HSL color Cylindrical-coordinate representation of color #637E12: hue angle of 75º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #637E12 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 126 | 18 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.51 |
| HSL | 75º | 0.75% | 0.28% | - |
| HSV(B) | 75º | 0.86% | 0.49% | - |
| XYZ | 12.72 | 17.62 | 3.3 | - |
| YUV | 105.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 18 | 0.21 | 0 | 0.86 | 0.51 | 75 | 0.75 | 0.28 |
| Hex | 63 | 7E | 12 | 15 | 0 | 56 | 33 | 4B | 4B | 1C |
| Octal | 143 | 176 | 22 | 25 | 0 | 126 | 63 | 113 | 113 | 34 |
| Binary | 1100011 | 1111110 | 10010 | 10101 | 0 | 1010110 | 110011 | 1001011 | 1001011 | 11100 |
Color Harmonies of #637E12
Complementary color
Monochromatic Colors of #637E12
Black with #637E12
Text Example
Text Example
White with #637E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637E12; }
p { color: rgb(99,126,18); }
H1.HeaderClassName
{
color: #637E12;
}
.AnyTagClassName
{
color: #637E12;
}
</style>
background-color css
<style>
a { background-color: #637E12; }
a { background-color: rgb(99,126,18); }
div.DivClassName
{
background-color: #637E12;
}
.BgClassName
{
background-color: #637E12;
}
</style>
border-color css
<style>
span { border-color: #637E12; }
span { border-color: rgb(99,126,18); }
td.TdClassName
{
border-color: #637E12;
}
.TagClassName
{
border-color: #637E12;
}
</style>