Shades of Fiji Green #60671B
Tints of Fiji Green #60671B
RGB
CMYK
RGB Variations
Color information
#60671B (or 0x60671B) is known color: Fiji Green. HEX triplet: 60, 67 and 1B. RGB value is (96,103,27). Sum of RGB (Red+Green+Blue) = 96+103+27=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #60671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60671B is #9F98E4. Grayscale: #5C5C5C. Windows color (decimal): -10459365 or 1795936. OLE color: 1795936.
HSL color Cylindrical-coordinate representation of color #60671B: hue angle of 65.53º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60671B is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 27 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.60 |
| HSL | 65.53º | 0.58% | 0.25% | - |
| HSV(B) | 65.53º | 0.74% | 0.4% | - |
| XYZ | 9.87 | 12.27 | 2.88 | - |
| YUV | 92.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 27 | 0.07 | 0 | 0.74 | 0.60 | 65.53 | 0.58 | 0.25 |
| Hex | 60 | 67 | 1B | 7 | 0 | 4A | 3C | 42 | 3A | 19 |
| Octal | 140 | 147 | 33 | 7 | 0 | 112 | 74 | 102 | 72 | 31 |
| Binary | 1100000 | 1100111 | 11011 | 111 | 0 | 1001010 | 111100 | 1000010 | 111010 | 11001 |
Color Harmonies of #60671B
Complementary color
Monochromatic Colors of #60671B
Black with #60671B
Text Example
Text Example
White with #60671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60671B; }
p { color: rgb(96,103,27); }
H1.HeaderClassName
{
color: #60671B;
}
.AnyTagClassName
{
color: #60671B;
}
</style>
background-color css
<style>
a { background-color: #60671B; }
a { background-color: rgb(96,103,27); }
div.DivClassName
{
background-color: #60671B;
}
.BgClassName
{
background-color: #60671B;
}
</style>
border-color css
<style>
span { border-color: #60671B; }
span { border-color: rgb(96,103,27); }
td.TdClassName
{
border-color: #60671B;
}
.TagClassName
{
border-color: #60671B;
}
</style>