Shades of Fiji Green #5B640A
Tints of Fiji Green #5B640A
RGB
CMYK
RGB Variations
Color information
#5B640A (or 0x5B640A) is known color: Fiji Green. HEX triplet: 5B, 64 and 0A. RGB value is (91,100,10). Sum of RGB (Red+Green+Blue) = 91+100+10=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #5B640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B640A is #A49BF5. Grayscale: #575757. Windows color (decimal): -10787830 or 681051. OLE color: 681051.
HSL color Cylindrical-coordinate representation of color #5B640A: hue angle of 66º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B640A is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 100 | 10 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.61 |
| HSL | 66º | 0.82% | 0.22% | - |
| HSV(B) | 66º | 0.9% | 0.39% | - |
| XYZ | 8.93 | 11.36 | 2.01 | - |
| YUV | 87.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 10 | 0.09 | 0 | 0.90 | 0.61 | 66 | 0.82 | 0.22 |
| Hex | 5B | 64 | A | 9 | 0 | 5A | 3D | 42 | 52 | 16 |
| Octal | 133 | 144 | 12 | 11 | 0 | 132 | 75 | 102 | 122 | 26 |
| Binary | 1011011 | 1100100 | 1010 | 1001 | 0 | 1011010 | 111101 | 1000010 | 1010010 | 10110 |
Color Harmonies of #5B640A
Complementary color
Monochromatic Colors of #5B640A
Black with #5B640A
Text Example
Text Example
White with #5B640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B640A; }
p { color: rgb(91,100,10); }
H1.HeaderClassName
{
color: #5B640A;
}
.AnyTagClassName
{
color: #5B640A;
}
</style>
background-color css
<style>
a { background-color: #5B640A; }
a { background-color: rgb(91,100,10); }
div.DivClassName
{
background-color: #5B640A;
}
.BgClassName
{
background-color: #5B640A;
}
</style>
border-color css
<style>
span { border-color: #5B640A; }
span { border-color: rgb(91,100,10); }
td.TdClassName
{
border-color: #5B640A;
}
.TagClassName
{
border-color: #5B640A;
}
</style>