Shades of Fiji Green #61671A
Tints of Fiji Green #61671A
RGB
CMYK
RGB Variations
Color information
#61671A (or 0x61671A) is known color: Fiji Green. HEX triplet: 61, 67 and 1A. RGB value is (97,103,26). Sum of RGB (Red+Green+Blue) = 97+103+26=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #61671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61671A is #9E98E5. Grayscale: #5C5C5C. Windows color (decimal): -10393830 or 1730401. OLE color: 1730401.
HSL color Cylindrical-coordinate representation of color #61671A: hue angle of 64.68º 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 #61671A is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 103 | 26 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.60 |
| HSL | 64.68º | 0.6% | 0.25% | - |
| HSV(B) | 64.68º | 0.75% | 0.4% | - |
| XYZ | 9.97 | 12.32 | 2.83 | - |
| YUV | 92.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 26 | 0.06 | 0 | 0.75 | 0.60 | 64.68 | 0.6 | 0.25 |
| Hex | 61 | 67 | 1A | 6 | 0 | 4B | 3C | 41 | 3C | 19 |
| Octal | 141 | 147 | 32 | 6 | 0 | 113 | 74 | 101 | 74 | 31 |
| Binary | 1100001 | 1100111 | 11010 | 110 | 0 | 1001011 | 111100 | 1000001 | 111100 | 11001 |
Color Harmonies of #61671A
Complementary color
Monochromatic Colors of #61671A
Black with #61671A
Text Example
Text Example
White with #61671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61671A; }
p { color: rgb(97,103,26); }
H1.HeaderClassName
{
color: #61671A;
}
.AnyTagClassName
{
color: #61671A;
}
</style>
background-color css
<style>
a { background-color: #61671A; }
a { background-color: rgb(97,103,26); }
div.DivClassName
{
background-color: #61671A;
}
.BgClassName
{
background-color: #61671A;
}
</style>
border-color css
<style>
span { border-color: #61671A; }
span { border-color: rgb(97,103,26); }
td.TdClassName
{
border-color: #61671A;
}
.TagClassName
{
border-color: #61671A;
}
</style>