Shades of Fiji Green #61671D
Tints of Fiji Green #61671D
RGB
CMYK
RGB Variations
Color information
#61671D (or 0x61671D) is known color: Fiji Green. HEX triplet: 61, 67 and 1D. RGB value is (97,103,29). Sum of RGB (Red+Green+Blue) = 97+103+29=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #61671D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61671D is #9E98E2. Grayscale: #5D5D5D. Windows color (decimal): -10393827 or 1927009. OLE color: 1927009.
HSL color Cylindrical-coordinate representation of color #61671D: hue angle of 64.86º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61671D is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 103 | 29 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.60 |
| HSL | 64.86º | 0.56% | 0.26% | - |
| HSV(B) | 64.86º | 0.72% | 0.4% | - |
| XYZ | 10 | 12.33 | 3.02 | - |
| YUV | 92.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 29 | 0.06 | 0 | 0.72 | 0.60 | 64.86 | 0.56 | 0.26 |
| Hex | 61 | 67 | 1D | 6 | 0 | 48 | 3C | 41 | 38 | 1A |
| Octal | 141 | 147 | 35 | 6 | 0 | 110 | 74 | 101 | 70 | 32 |
| Binary | 1100001 | 1100111 | 11101 | 110 | 0 | 1001000 | 111100 | 1000001 | 111000 | 11010 |
Color Harmonies of #61671D
Complementary color
Monochromatic Colors of #61671D
Black with #61671D
Text Example
Text Example
White with #61671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61671D; }
p { color: rgb(97,103,29); }
H1.HeaderClassName
{
color: #61671D;
}
.AnyTagClassName
{
color: #61671D;
}
</style>
background-color css
<style>
a { background-color: #61671D; }
a { background-color: rgb(97,103,29); }
div.DivClassName
{
background-color: #61671D;
}
.BgClassName
{
background-color: #61671D;
}
</style>
border-color css
<style>
span { border-color: #61671D; }
span { border-color: rgb(97,103,29); }
td.TdClassName
{
border-color: #61671D;
}
.TagClassName
{
border-color: #61671D;
}
</style>