Shades of Fiji Green #60671A
Tints of Fiji Green #60671A
RGB
CMYK
RGB Variations
Color information
#60671A (or 0x60671A) is known color: Fiji Green. HEX triplet: 60, 67 and 1A. RGB value is (96,103,26). Sum of RGB (Red+Green+Blue) = 96+103+26=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #60671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60671A is #9F98E5. Grayscale: #5C5C5C. Windows color (decimal): -10459366 or 1730400. OLE color: 1730400.
HSL color Cylindrical-coordinate representation of color #60671A: hue angle of 65.45º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60671A is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 26 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.60 |
| HSL | 65.45º | 0.6% | 0.25% | - |
| HSV(B) | 65.45º | 0.75% | 0.4% | - |
| XYZ | 9.86 | 12.26 | 2.82 | - |
| YUV | 92.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 26 | 0.07 | 0 | 0.75 | 0.60 | 65.45 | 0.6 | 0.25 |
| Hex | 60 | 67 | 1A | 7 | 0 | 4B | 3C | 41 | 3C | 19 |
| Octal | 140 | 147 | 32 | 7 | 0 | 113 | 74 | 101 | 74 | 31 |
| Binary | 1100000 | 1100111 | 11010 | 111 | 0 | 1001011 | 111100 | 1000001 | 111100 | 11001 |
Color Harmonies of #60671A
Complementary color
Monochromatic Colors of #60671A
Black with #60671A
Text Example
Text Example
White with #60671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60671A; }
p { color: rgb(96,103,26); }
H1.HeaderClassName
{
color: #60671A;
}
.AnyTagClassName
{
color: #60671A;
}
</style>
background-color css
<style>
a { background-color: #60671A; }
a { background-color: rgb(96,103,26); }
div.DivClassName
{
background-color: #60671A;
}
.BgClassName
{
background-color: #60671A;
}
</style>
border-color css
<style>
span { border-color: #60671A; }
span { border-color: rgb(96,103,26); }
td.TdClassName
{
border-color: #60671A;
}
.TagClassName
{
border-color: #60671A;
}
</style>