Shades of Fiji Green #637A16
Tints of Fiji Green #637A16
RGB
CMYK
RGB Variations
Color information
#637A16 (or 0x637A16) is known color: Fiji Green. HEX triplet: 63, 7A and 16. RGB value is (99,122,22). Sum of RGB (Red+Green+Blue) = 99+122+22=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #637A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637A16 is #9C85E9. Grayscale: #686868. Windows color (decimal): -10257898 or 1473123. OLE color: 1473123.
HSL color Cylindrical-coordinate representation of color #637A16: hue angle of 73.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #637A16 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 122 | 22 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.52 |
| HSL | 73.8º | 0.69% | 0.28% | - |
| HSV(B) | 73.8º | 0.82% | 0.48% | - |
| XYZ | 12.25 | 16.63 | 3.32 | - |
| YUV | 103.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 22 | 0.19 | 0 | 0.82 | 0.52 | 73.8 | 0.69 | 0.28 |
| Hex | 63 | 7A | 16 | 13 | 0 | 52 | 34 | 4A | 45 | 1C |
| Octal | 143 | 172 | 26 | 23 | 0 | 122 | 64 | 112 | 105 | 34 |
| Binary | 1100011 | 1111010 | 10110 | 10011 | 0 | 1010010 | 110100 | 1001010 | 1000101 | 11100 |
Color Harmonies of #637A16
Complementary color
Monochromatic Colors of #637A16
Black with #637A16
Text Example
Text Example
White with #637A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637A16; }
p { color: rgb(99,122,22); }
H1.HeaderClassName
{
color: #637A16;
}
.AnyTagClassName
{
color: #637A16;
}
</style>
background-color css
<style>
a { background-color: #637A16; }
a { background-color: rgb(99,122,22); }
div.DivClassName
{
background-color: #637A16;
}
.BgClassName
{
background-color: #637A16;
}
</style>
border-color css
<style>
span { border-color: #637A16; }
span { border-color: rgb(99,122,22); }
td.TdClassName
{
border-color: #637A16;
}
.TagClassName
{
border-color: #637A16;
}
</style>