Shades of Fiji Green #60630F
Tints of Fiji Green #60630F
RGB
CMYK
RGB Variations
Color information
#60630F (or 0x60630F) is known color: Fiji Green. HEX triplet: 60, 63 and 0F. RGB value is (96,99,15). Sum of RGB (Red+Green+Blue) = 96+99+15=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #60630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60630F is #9F9CF0. Grayscale: #585858. Windows color (decimal): -10460401 or 1008480. OLE color: 1008480.
HSL color Cylindrical-coordinate representation of color #60630F: hue angle of 62.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60630F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 99 | 15 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.61 |
| HSL | 62.14º | 0.74% | 0.22% | - |
| HSV(B) | 62.14º | 0.85% | 0.39% | - |
| XYZ | 9.37 | 11.44 | 2.17 | - |
| YUV | 88.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 15 | 0.03 | 0 | 0.85 | 0.61 | 62.14 | 0.74 | 0.22 |
| Hex | 60 | 63 | F | 3 | 0 | 55 | 3D | 3E | 4A | 16 |
| Octal | 140 | 143 | 17 | 3 | 0 | 125 | 75 | 76 | 112 | 26 |
| Binary | 1100000 | 1100011 | 1111 | 11 | 0 | 1010101 | 111101 | 111110 | 1001010 | 10110 |
Color Harmonies of #60630F
Complementary color
Monochromatic Colors of #60630F
Black with #60630F
Text Example
Text Example
White with #60630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60630F; }
p { color: rgb(96,99,15); }
H1.HeaderClassName
{
color: #60630F;
}
.AnyTagClassName
{
color: #60630F;
}
</style>
background-color css
<style>
a { background-color: #60630F; }
a { background-color: rgb(96,99,15); }
div.DivClassName
{
background-color: #60630F;
}
.BgClassName
{
background-color: #60630F;
}
</style>
border-color css
<style>
span { border-color: #60630F; }
span { border-color: rgb(96,99,15); }
td.TdClassName
{
border-color: #60630F;
}
.TagClassName
{
border-color: #60630F;
}
</style>