Shades of Fiji Green #5E6629
Tints of Fiji Green #5E6629
RGB
CMYK
RGB Variations
Color information
#5E6629 (or 0x5E6629) is known color: Fiji Green. HEX triplet: 5E, 66 and 29. RGB value is (94,102,41). Sum of RGB (Red+Green+Blue) = 94+102+41=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6629 is #A199D6. Grayscale: #5C5C5C. Windows color (decimal): -10590679 or 2713182. OLE color: 2713182.
HSL color Cylindrical-coordinate representation of color #5E6629: hue angle of 67.87º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E6629 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 102 | 41 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.6 |
| HSL | 67.87º | 0.43% | 0.28% | - |
| HSV(B) | 67.87º | 0.6% | 0.4% | - |
| XYZ | 9.77 | 12.04 | 3.91 | - |
| YUV | 92.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 41 | 0.08 | 0 | 0.60 | 0.6 | 67.87 | 0.43 | 0.28 |
| Hex | 5E | 66 | 29 | 8 | 0 | 3C | 3C | 44 | 2B | 1C |
| Octal | 136 | 146 | 51 | 10 | 0 | 74 | 74 | 104 | 53 | 34 |
| Binary | 1011110 | 1100110 | 101001 | 1000 | 0 | 111100 | 111100 | 1000100 | 101011 | 11100 |
Color Harmonies of #5E6629
Complementary color
Monochromatic Colors of #5E6629
Black with #5E6629
Text Example
Text Example
White with #5E6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6629; }
p { color: rgb(94,102,41); }
H1.HeaderClassName
{
color: #5E6629;
}
.AnyTagClassName
{
color: #5E6629;
}
</style>
background-color css
<style>
a { background-color: #5E6629; }
a { background-color: rgb(94,102,41); }
div.DivClassName
{
background-color: #5E6629;
}
.BgClassName
{
background-color: #5E6629;
}
</style>
border-color css
<style>
span { border-color: #5E6629; }
span { border-color: rgb(94,102,41); }
td.TdClassName
{
border-color: #5E6629;
}
.TagClassName
{
border-color: #5E6629;
}
</style>