Shades of Fiji Green #526C07
Tints of Fiji Green #526C07
RGB
CMYK
RGB Variations
Color information
#526C07 (or 0x526C07) is known color: Fiji Green. HEX triplet: 52, 6C and 07. RGB value is (82,108,7). Sum of RGB (Red+Green+Blue) = 82+108+7=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 108 (42.58% from 255 or 54.82% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 108 - color contains mainly: green. Hex color #526C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526C07 is #AD93F8. Grayscale: #595959. Windows color (decimal): -11375609 or 486482. OLE color: 486482.
HSL color Cylindrical-coordinate representation of color #526C07: hue angle of 75.45º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #526C07 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 108 | 7 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.58 |
| HSL | 75.45º | 0.88% | 0.23% | - |
| HSV(B) | 75.45º | 0.94% | 0.42% | - |
| XYZ | 8.88 | 12.53 | 2.15 | - |
| YUV | 88.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 7 | 0.24 | 0 | 0.94 | 0.58 | 75.45 | 0.88 | 0.23 |
| Hex | 52 | 6C | 7 | 18 | 0 | 5E | 3A | 4B | 58 | 17 |
| Octal | 122 | 154 | 7 | 30 | 0 | 136 | 72 | 113 | 130 | 27 |
| Binary | 1010010 | 1101100 | 111 | 11000 | 0 | 1011110 | 111010 | 1001011 | 1011000 | 10111 |
Color Harmonies of #526C07
Complementary color
Monochromatic Colors of #526C07
Black with #526C07
Text Example
Text Example
White with #526C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C07; }
p { color: rgb(82,108,7); }
H1.HeaderClassName
{
color: #526C07;
}
.AnyTagClassName
{
color: #526C07;
}
</style>
background-color css
<style>
a { background-color: #526C07; }
a { background-color: rgb(82,108,7); }
div.DivClassName
{
background-color: #526C07;
}
.BgClassName
{
background-color: #526C07;
}
</style>
border-color css
<style>
span { border-color: #526C07; }
span { border-color: rgb(82,108,7); }
td.TdClassName
{
border-color: #526C07;
}
.TagClassName
{
border-color: #526C07;
}
</style>