Shades of Viridian Green #57675F
Tints of Viridian Green #57675F
RGB
CMYK
RGB Variations
Color information
#57675F (or 0x57675F) is known color: Viridian Green. HEX triplet: 57, 67 and 5F. RGB value is (87,103,95). Sum of RGB (Red+Green+Blue) = 87+103+95=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 103 - color contains mainly: green. Hex color #57675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57675F is #A898A0. Grayscale: #616161. Windows color (decimal): -11049121 or 6252375. OLE color: 6252375.
HSL color Cylindrical-coordinate representation of color #57675F: hue angle of 150º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57675F is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 103 | 95 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.60 |
| HSL | 150º | 0.08% | 0.37% | - |
| HSV(B) | 150º | 0.16% | 0.4% | - |
| XYZ | 10.85 | 12.55 | 12.68 | - |
| YUV | 97.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 95 | 0.16 | 0 | 0.08 | 0.60 | 150 | 0.08 | 0.37 |
| Hex | 57 | 67 | 5F | 10 | 0 | 8 | 3C | 96 | 8 | 25 |
| Octal | 127 | 147 | 137 | 20 | 0 | 10 | 74 | 226 | 10 | 45 |
| Binary | 1010111 | 1100111 | 1011111 | 10000 | 0 | 1000 | 111100 | 10010110 | 1000 | 100101 |
Color Harmonies of #57675F
Complementary color
Monochromatic Colors of #57675F
Black with #57675F
Text Example
Text Example
White with #57675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57675F; }
p { color: rgb(87,103,95); }
H1.HeaderClassName
{
color: #57675F;
}
.AnyTagClassName
{
color: #57675F;
}
</style>
background-color css
<style>
a { background-color: #57675F; }
a { background-color: rgb(87,103,95); }
div.DivClassName
{
background-color: #57675F;
}
.BgClassName
{
background-color: #57675F;
}
</style>
border-color css
<style>
span { border-color: #57675F; }
span { border-color: rgb(87,103,95); }
td.TdClassName
{
border-color: #57675F;
}
.TagClassName
{
border-color: #57675F;
}
</style>