Shades of Fiji Green #60631B
Tints of Fiji Green #60631B
RGB
CMYK
RGB Variations
Color information
#60631B (or 0x60631B) is known color: Fiji Green. HEX triplet: 60, 63 and 1B. RGB value is (96,99,27). Sum of RGB (Red+Green+Blue) = 96+99+27=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #60631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60631B is #9F9CE4. Grayscale: #5A5A5A. Windows color (decimal): -10460389 or 1794912. OLE color: 1794912.
HSL color Cylindrical-coordinate representation of color #60631B: hue angle of 62.5º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60631B is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 99 | 27 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.61 |
| HSL | 62.5º | 0.57% | 0.25% | - |
| HSV(B) | 62.5º | 0.73% | 0.39% | - |
| XYZ | 9.48 | 11.49 | 2.75 | - |
| YUV | 89.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 27 | 0.03 | 0 | 0.73 | 0.61 | 62.5 | 0.57 | 0.25 |
| Hex | 60 | 63 | 1B | 3 | 0 | 49 | 3D | 3F | 39 | 19 |
| Octal | 140 | 143 | 33 | 3 | 0 | 111 | 75 | 77 | 71 | 31 |
| Binary | 1100000 | 1100011 | 11011 | 11 | 0 | 1001001 | 111101 | 111111 | 111001 | 11001 |
Color Harmonies of #60631B
Complementary color
Monochromatic Colors of #60631B
Black with #60631B
Text Example
Text Example
White with #60631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60631B; }
p { color: rgb(96,99,27); }
H1.HeaderClassName
{
color: #60631B;
}
.AnyTagClassName
{
color: #60631B;
}
</style>
background-color css
<style>
a { background-color: #60631B; }
a { background-color: rgb(96,99,27); }
div.DivClassName
{
background-color: #60631B;
}
.BgClassName
{
background-color: #60631B;
}
</style>
border-color css
<style>
span { border-color: #60631B; }
span { border-color: rgb(96,99,27); }
td.TdClassName
{
border-color: #60631B;
}
.TagClassName
{
border-color: #60631B;
}
</style>