Shades of Fiji Green #5D7B23
Tints of Fiji Green #5D7B23
RGB
CMYK
RGB Variations
Color information
#5D7B23 (or 0x5D7B23) is known color: Fiji Green. HEX triplet: 5D, 7B and 23. RGB value is (93,123,35). Sum of RGB (Red+Green+Blue) = 93+123+35=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #5D7B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7B23 is #A284DC. Grayscale: #686868. Windows color (decimal): -10650845 or 2325341. OLE color: 2325341.
HSL color Cylindrical-coordinate representation of color #5D7B23: hue angle of 80.45º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D7B23 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 123 | 35 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.52 |
| HSL | 80.45º | 0.56% | 0.31% | - |
| HSV(B) | 80.45º | 0.72% | 0.48% | - |
| XYZ | 11.9 | 16.61 | 4.17 | - |
| YUV | 104 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 123 | 35 | 0.24 | 0 | 0.72 | 0.52 | 80.45 | 0.56 | 0.31 |
| Hex | 5D | 7B | 23 | 18 | 0 | 48 | 34 | 50 | 38 | 1F |
| Octal | 135 | 173 | 43 | 30 | 0 | 110 | 64 | 120 | 70 | 37 |
| Binary | 1011101 | 1111011 | 100011 | 11000 | 0 | 1001000 | 110100 | 1010000 | 111000 | 11111 |
Color Harmonies of #5D7B23
Complementary color
Monochromatic Colors of #5D7B23
Black with #5D7B23
Text Example
Text Example
White with #5D7B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7B23; }
p { color: rgb(93,123,35); }
H1.HeaderClassName
{
color: #5D7B23;
}
.AnyTagClassName
{
color: #5D7B23;
}
</style>
background-color css
<style>
a { background-color: #5D7B23; }
a { background-color: rgb(93,123,35); }
div.DivClassName
{
background-color: #5D7B23;
}
.BgClassName
{
background-color: #5D7B23;
}
</style>
border-color css
<style>
span { border-color: #5D7B23; }
span { border-color: rgb(93,123,35); }
td.TdClassName
{
border-color: #5D7B23;
}
.TagClassName
{
border-color: #5D7B23;
}
</style>