Shades of Fiji Green #5C670D
Tints of Fiji Green #5C670D
RGB
CMYK
RGB Variations
Color information
#5C670D (or 0x5C670D) is known color: Fiji Green. HEX triplet: 5C, 67 and 0D. RGB value is (92,103,13). Sum of RGB (Red+Green+Blue) = 92+103+13=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #5C670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C670D is #A398F2. Grayscale: #595959. Windows color (decimal): -10721523 or 878428. OLE color: 878428.
HSL color Cylindrical-coordinate representation of color #5C670D: hue angle of 67.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C670D is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 103 | 13 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.60 |
| HSL | 67.33º | 0.78% | 0.23% | - |
| HSV(B) | 67.33º | 0.87% | 0.4% | - |
| XYZ | 9.34 | 12 | 2.21 | - |
| YUV | 89.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 103 | 13 | 0.11 | 0 | 0.87 | 0.60 | 67.33 | 0.78 | 0.23 |
| Hex | 5C | 67 | D | B | 0 | 57 | 3C | 43 | 4E | 17 |
| Octal | 134 | 147 | 15 | 13 | 0 | 127 | 74 | 103 | 116 | 27 |
| Binary | 1011100 | 1100111 | 1101 | 1011 | 0 | 1010111 | 111100 | 1000011 | 1001110 | 10111 |
Color Harmonies of #5C670D
Complementary color
Monochromatic Colors of #5C670D
Black with #5C670D
Text Example
Text Example
White with #5C670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C670D; }
p { color: rgb(92,103,13); }
H1.HeaderClassName
{
color: #5C670D;
}
.AnyTagClassName
{
color: #5C670D;
}
</style>
background-color css
<style>
a { background-color: #5C670D; }
a { background-color: rgb(92,103,13); }
div.DivClassName
{
background-color: #5C670D;
}
.BgClassName
{
background-color: #5C670D;
}
</style>
border-color css
<style>
span { border-color: #5C670D; }
span { border-color: rgb(92,103,13); }
td.TdClassName
{
border-color: #5C670D;
}
.TagClassName
{
border-color: #5C670D;
}
</style>