Shades of Fiji Green #636A0A
Tints of Fiji Green #636A0A
RGB
CMYK
RGB Variations
Color information
#636A0A (or 0x636A0A) is known color: Fiji Green. HEX triplet: 63, 6A and 0A. RGB value is (99,106,10). Sum of RGB (Red+Green+Blue) = 99+106+10=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #636A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636A0A is #9C95F5. Grayscale: #5D5D5D. Windows color (decimal): -10262006 or 682595. OLE color: 682595.
HSL color Cylindrical-coordinate representation of color #636A0A: hue angle of 64.38º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #636A0A is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 106 | 10 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.58 |
| HSL | 64.38º | 0.83% | 0.23% | - |
| HSV(B) | 64.38º | 0.91% | 0.42% | - |
| XYZ | 10.35 | 12.98 | 2.25 | - |
| YUV | 92.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 10 | 0.07 | 0 | 0.91 | 0.58 | 64.38 | 0.83 | 0.23 |
| Hex | 63 | 6A | A | 7 | 0 | 5B | 3A | 40 | 53 | 17 |
| Octal | 143 | 152 | 12 | 7 | 0 | 133 | 72 | 100 | 123 | 27 |
| Binary | 1100011 | 1101010 | 1010 | 111 | 0 | 1011011 | 111010 | 1000000 | 1010011 | 10111 |
Color Harmonies of #636A0A
Complementary color
Monochromatic Colors of #636A0A
Black with #636A0A
Text Example
Text Example
White with #636A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A0A; }
p { color: rgb(99,106,10); }
H1.HeaderClassName
{
color: #636A0A;
}
.AnyTagClassName
{
color: #636A0A;
}
</style>
background-color css
<style>
a { background-color: #636A0A; }
a { background-color: rgb(99,106,10); }
div.DivClassName
{
background-color: #636A0A;
}
.BgClassName
{
background-color: #636A0A;
}
</style>
border-color css
<style>
span { border-color: #636A0A; }
span { border-color: rgb(99,106,10); }
td.TdClassName
{
border-color: #636A0A;
}
.TagClassName
{
border-color: #636A0A;
}
</style>