Shades of Fiji Green #636A1F
Tints of Fiji Green #636A1F
RGB
CMYK
RGB Variations
Color information
#636A1F (or 0x636A1F) is known color: Fiji Green. HEX triplet: 63, 6A and 1F. RGB value is (99,106,31). Sum of RGB (Red+Green+Blue) = 99+106+31=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #636A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636A1F is #9C95E0. Grayscale: #5F5F5F. Windows color (decimal): -10261985 or 2058851. OLE color: 2058851.
HSL color Cylindrical-coordinate representation of color #636A1F: hue angle of 65.6º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #636A1F is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 106 | 31 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.58 |
| HSL | 65.6º | 0.55% | 0.27% | - |
| HSV(B) | 65.6º | 0.71% | 0.42% | - |
| XYZ | 10.55 | 13.06 | 3.26 | - |
| YUV | 95.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 31 | 0.07 | 0 | 0.71 | 0.58 | 65.6 | 0.55 | 0.27 |
| Hex | 63 | 6A | 1F | 7 | 0 | 47 | 3A | 42 | 37 | 1B |
| Octal | 143 | 152 | 37 | 7 | 0 | 107 | 72 | 102 | 67 | 33 |
| Binary | 1100011 | 1101010 | 11111 | 111 | 0 | 1000111 | 111010 | 1000010 | 110111 | 11011 |
Color Harmonies of #636A1F
Complementary color
Monochromatic Colors of #636A1F
Black with #636A1F
Text Example
Text Example
White with #636A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A1F; }
p { color: rgb(99,106,31); }
H1.HeaderClassName
{
color: #636A1F;
}
.AnyTagClassName
{
color: #636A1F;
}
</style>
background-color css
<style>
a { background-color: #636A1F; }
a { background-color: rgb(99,106,31); }
div.DivClassName
{
background-color: #636A1F;
}
.BgClassName
{
background-color: #636A1F;
}
</style>
border-color css
<style>
span { border-color: #636A1F; }
span { border-color: rgb(99,106,31); }
td.TdClassName
{
border-color: #636A1F;
}
.TagClassName
{
border-color: #636A1F;
}
</style>