Shades of Fiji Green #637B14
Tints of Fiji Green #637B14
RGB
CMYK
RGB Variations
Color information
#637B14 (or 0x637B14) is known color: Fiji Green. HEX triplet: 63, 7B and 14. RGB value is (99,123,20). Sum of RGB (Red+Green+Blue) = 99+123+20=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #637B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637B14 is #9C84EB. Grayscale: #686868. Windows color (decimal): -10257644 or 1342307. OLE color: 1342307.
HSL color Cylindrical-coordinate representation of color #637B14: hue angle of 73.98º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #637B14 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 123 | 20 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.52 |
| HSL | 73.98º | 0.72% | 0.28% | - |
| HSV(B) | 73.98º | 0.84% | 0.48% | - |
| XYZ | 12.35 | 16.87 | 3.27 | - |
| YUV | 104.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 20 | 0.20 | 0 | 0.84 | 0.52 | 73.98 | 0.72 | 0.28 |
| Hex | 63 | 7B | 14 | 14 | 0 | 54 | 34 | 4A | 48 | 1C |
| Octal | 143 | 173 | 24 | 24 | 0 | 124 | 64 | 112 | 110 | 34 |
| Binary | 1100011 | 1111011 | 10100 | 10100 | 0 | 1010100 | 110100 | 1001010 | 1001000 | 11100 |
Color Harmonies of #637B14
Complementary color
Monochromatic Colors of #637B14
Black with #637B14
Text Example
Text Example
White with #637B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637B14; }
p { color: rgb(99,123,20); }
H1.HeaderClassName
{
color: #637B14;
}
.AnyTagClassName
{
color: #637B14;
}
</style>
background-color css
<style>
a { background-color: #637B14; }
a { background-color: rgb(99,123,20); }
div.DivClassName
{
background-color: #637B14;
}
.BgClassName
{
background-color: #637B14;
}
</style>
border-color css
<style>
span { border-color: #637B14; }
span { border-color: rgb(99,123,20); }
td.TdClassName
{
border-color: #637B14;
}
.TagClassName
{
border-color: #637B14;
}
</style>