Shades of Fiji Green #637D12
Tints of Fiji Green #637D12
RGB
CMYK
RGB Variations
Color information
#637D12 (or 0x637D12) is known color: Fiji Green. HEX triplet: 63, 7D and 12. RGB value is (99,125,18). Sum of RGB (Red+Green+Blue) = 99+125+18=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #637D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637D12 is #9C82ED. Grayscale: #696969. Windows color (decimal): -10257134 or 1211747. OLE color: 1211747.
HSL color Cylindrical-coordinate representation of color #637D12: hue angle of 74.58º 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 #637D12 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 125 | 18 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.51 |
| HSL | 74.58º | 0.75% | 0.28% | - |
| HSV(B) | 74.58º | 0.86% | 0.49% | - |
| XYZ | 12.59 | 17.36 | 3.26 | - |
| YUV | 105.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 18 | 0.21 | 0 | 0.86 | 0.51 | 74.58 | 0.75 | 0.28 |
| Hex | 63 | 7D | 12 | 15 | 0 | 56 | 33 | 4B | 4B | 1C |
| Octal | 143 | 175 | 22 | 25 | 0 | 126 | 63 | 113 | 113 | 34 |
| Binary | 1100011 | 1111101 | 10010 | 10101 | 0 | 1010110 | 110011 | 1001011 | 1001011 | 11100 |
Color Harmonies of #637D12
Complementary color
Monochromatic Colors of #637D12
Black with #637D12
Text Example
Text Example
White with #637D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637D12; }
p { color: rgb(99,125,18); }
H1.HeaderClassName
{
color: #637D12;
}
.AnyTagClassName
{
color: #637D12;
}
</style>
background-color css
<style>
a { background-color: #637D12; }
a { background-color: rgb(99,125,18); }
div.DivClassName
{
background-color: #637D12;
}
.BgClassName
{
background-color: #637D12;
}
</style>
border-color css
<style>
span { border-color: #637D12; }
span { border-color: rgb(99,125,18); }
td.TdClassName
{
border-color: #637D12;
}
.TagClassName
{
border-color: #637D12;
}
</style>