Shades of Fiji Green #5D6B22
Tints of Fiji Green #5D6B22
RGB
CMYK
RGB Variations
Color information
#5D6B22 (or 0x5D6B22) is known color: Fiji Green. HEX triplet: 5D, 6B and 22. RGB value is (93,107,34). Sum of RGB (Red+Green+Blue) = 93+107+34=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6B22 is #A294DD. Grayscale: #5E5E5E. Windows color (decimal): -10654942 or 2255709. OLE color: 2255709.
HSL color Cylindrical-coordinate representation of color #5D6B22: hue angle of 71.51º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D6B22 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 107 | 34 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.58 |
| HSL | 71.51º | 0.52% | 0.28% | - |
| HSV(B) | 71.51º | 0.68% | 0.42% | - |
| XYZ | 10.06 | 12.96 | 3.48 | - |
| YUV | 94.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 34 | 0.13 | 0 | 0.68 | 0.58 | 71.51 | 0.52 | 0.28 |
| Hex | 5D | 6B | 22 | D | 0 | 44 | 3A | 48 | 34 | 1C |
| Octal | 135 | 153 | 42 | 15 | 0 | 104 | 72 | 110 | 64 | 34 |
| Binary | 1011101 | 1101011 | 100010 | 1101 | 0 | 1000100 | 111010 | 1001000 | 110100 | 11100 |
Color Harmonies of #5D6B22
Complementary color
Monochromatic Colors of #5D6B22
Black with #5D6B22
Text Example
Text Example
White with #5D6B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6B22; }
p { color: rgb(93,107,34); }
H1.HeaderClassName
{
color: #5D6B22;
}
.AnyTagClassName
{
color: #5D6B22;
}
</style>
background-color css
<style>
a { background-color: #5D6B22; }
a { background-color: rgb(93,107,34); }
div.DivClassName
{
background-color: #5D6B22;
}
.BgClassName
{
background-color: #5D6B22;
}
</style>
border-color css
<style>
span { border-color: #5D6B22; }
span { border-color: rgb(93,107,34); }
td.TdClassName
{
border-color: #5D6B22;
}
.TagClassName
{
border-color: #5D6B22;
}
</style>