Shades of Fiji Green #61741E
Tints of Fiji Green #61741E
RGB
CMYK
RGB Variations
Color information
#61741E (or 0x61741E) is known color: Fiji Green. HEX triplet: 61, 74 and 1E. RGB value is (97,116,30). Sum of RGB (Red+Green+Blue) = 97+116+30=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #61741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61741E is #9E8BE1. Grayscale: #646464. Windows color (decimal): -10390498 or 1995873. OLE color: 1995873.
HSL color Cylindrical-coordinate representation of color #61741E: hue angle of 73.26º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61741E is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 116 | 30 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.55 |
| HSL | 73.26º | 0.59% | 0.29% | - |
| HSV(B) | 73.26º | 0.74% | 0.45% | - |
| XYZ | 11.41 | 15.13 | 3.55 | - |
| YUV | 100.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 30 | 0.16 | 0 | 0.74 | 0.55 | 73.26 | 0.59 | 0.29 |
| Hex | 61 | 74 | 1E | 10 | 0 | 4A | 37 | 49 | 3B | 1D |
| Octal | 141 | 164 | 36 | 20 | 0 | 112 | 67 | 111 | 73 | 35 |
| Binary | 1100001 | 1110100 | 11110 | 10000 | 0 | 1001010 | 110111 | 1001001 | 111011 | 11101 |
Color Harmonies of #61741E
Complementary color
Monochromatic Colors of #61741E
Black with #61741E
Text Example
Text Example
White with #61741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61741E; }
p { color: rgb(97,116,30); }
H1.HeaderClassName
{
color: #61741E;
}
.AnyTagClassName
{
color: #61741E;
}
</style>
background-color css
<style>
a { background-color: #61741E; }
a { background-color: rgb(97,116,30); }
div.DivClassName
{
background-color: #61741E;
}
.BgClassName
{
background-color: #61741E;
}
</style>
border-color css
<style>
span { border-color: #61741E; }
span { border-color: rgb(97,116,30); }
td.TdClassName
{
border-color: #61741E;
}
.TagClassName
{
border-color: #61741E;
}
</style>