Shades of Fiji Green #527E08
Tints of Fiji Green #527E08
RGB
CMYK
RGB Variations
Color information
#527E08 (or 0x527E08) is known color: Fiji Green. HEX triplet: 52, 7E and 08. RGB value is (82,126,8). Sum of RGB (Red+Green+Blue) = 82+126+8=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 126 (49.61% from 255 or 58.33% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 126 - color contains mainly: green. Hex color #527E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527E08 is #AD81F7. Grayscale: #636363. Windows color (decimal): -11371000 or 556626. OLE color: 556626.
HSL color Cylindrical-coordinate representation of color #527E08: hue angle of 82.37º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #527E08 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 8 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.51 |
| HSL | 82.37º | 0.88% | 0.26% | - |
| HSV(B) | 82.37º | 0.94% | 0.49% | - |
| XYZ | 10.98 | 16.73 | 2.88 | - |
| YUV | 99.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 8 | 0.35 | 0 | 0.94 | 0.51 | 82.37 | 0.88 | 0.26 |
| Hex | 52 | 7E | 8 | 23 | 0 | 5E | 33 | 52 | 58 | 1A |
| Octal | 122 | 176 | 10 | 43 | 0 | 136 | 63 | 122 | 130 | 32 |
| Binary | 1010010 | 1111110 | 1000 | 100011 | 0 | 1011110 | 110011 | 1010010 | 1011000 | 11010 |
Color Harmonies of #527E08
Complementary color
Monochromatic Colors of #527E08
Black with #527E08
Text Example
Text Example
White with #527E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E08; }
p { color: rgb(82,126,8); }
H1.HeaderClassName
{
color: #527E08;
}
.AnyTagClassName
{
color: #527E08;
}
</style>
background-color css
<style>
a { background-color: #527E08; }
a { background-color: rgb(82,126,8); }
div.DivClassName
{
background-color: #527E08;
}
.BgClassName
{
background-color: #527E08;
}
</style>
border-color css
<style>
span { border-color: #527E08; }
span { border-color: rgb(82,126,8); }
td.TdClassName
{
border-color: #527E08;
}
.TagClassName
{
border-color: #527E08;
}
</style>