Shades of Fiji Green #5B672A
Tints of Fiji Green #5B672A
RGB
CMYK
RGB Variations
Color information
#5B672A (or 0x5B672A) is known color: Fiji Green. HEX triplet: 5B, 67 and 2A. RGB value is (91,103,42). Sum of RGB (Red+Green+Blue) = 91+103+42=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #5B672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B672A is #A498D5. Grayscale: #5C5C5C. Windows color (decimal): -10787030 or 2778971. OLE color: 2778971.
HSL color Cylindrical-coordinate representation of color #5B672A: hue angle of 71.8º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B672A is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 42 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.60 |
| HSL | 71.8º | 0.42% | 0.28% | - |
| HSV(B) | 71.8º | 0.59% | 0.4% | - |
| XYZ | 9.58 | 12.09 | 4.02 | - |
| YUV | 92.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 42 | 0.12 | 0 | 0.59 | 0.60 | 71.8 | 0.42 | 0.28 |
| Hex | 5B | 67 | 2A | C | 0 | 3B | 3C | 48 | 2A | 1C |
| Octal | 133 | 147 | 52 | 14 | 0 | 73 | 74 | 110 | 52 | 34 |
| Binary | 1011011 | 1100111 | 101010 | 1100 | 0 | 111011 | 111100 | 1001000 | 101010 | 11100 |
Color Harmonies of #5B672A
Complementary color
Monochromatic Colors of #5B672A
Black with #5B672A
Text Example
Text Example
White with #5B672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B672A; }
p { color: rgb(91,103,42); }
H1.HeaderClassName
{
color: #5B672A;
}
.AnyTagClassName
{
color: #5B672A;
}
</style>
background-color css
<style>
a { background-color: #5B672A; }
a { background-color: rgb(91,103,42); }
div.DivClassName
{
background-color: #5B672A;
}
.BgClassName
{
background-color: #5B672A;
}
</style>
border-color css
<style>
span { border-color: #5B672A; }
span { border-color: rgb(91,103,42); }
td.TdClassName
{
border-color: #5B672A;
}
.TagClassName
{
border-color: #5B672A;
}
</style>