Shades of Viridian Green #57665F
Tints of Viridian Green #57665F
RGB
CMYK
RGB Variations
Color information
#57665F (or 0x57665F) is known color: Viridian Green. HEX triplet: 57, 66 and 5F. RGB value is (87,102,95). Sum of RGB (Red+Green+Blue) = 87+102+95=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #57665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57665F is #A899A0. Grayscale: #606060. Windows color (decimal): -11049377 or 6252119. OLE color: 6252119.
HSL color Cylindrical-coordinate representation of color #57665F: hue angle of 152º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57665F is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 102 | 95 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.6 |
| HSL | 152º | 0.08% | 0.37% | - |
| HSV(B) | 152º | 0.15% | 0.4% | - |
| XYZ | 10.75 | 12.36 | 12.64 | - |
| YUV | 96.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 95 | 0.15 | 0 | 0.07 | 0.6 | 152 | 0.08 | 0.37 |
| Hex | 57 | 66 | 5F | F | 0 | 7 | 3C | 98 | 8 | 25 |
| Octal | 127 | 146 | 137 | 17 | 0 | 7 | 74 | 230 | 10 | 45 |
| Binary | 1010111 | 1100110 | 1011111 | 1111 | 0 | 111 | 111100 | 10011000 | 1000 | 100101 |
Color Harmonies of #57665F
Complementary color
Monochromatic Colors of #57665F
Black with #57665F
Text Example
Text Example
White with #57665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57665F; }
p { color: rgb(87,102,95); }
H1.HeaderClassName
{
color: #57665F;
}
.AnyTagClassName
{
color: #57665F;
}
</style>
background-color css
<style>
a { background-color: #57665F; }
a { background-color: rgb(87,102,95); }
div.DivClassName
{
background-color: #57665F;
}
.BgClassName
{
background-color: #57665F;
}
</style>
border-color css
<style>
span { border-color: #57665F; }
span { border-color: rgb(87,102,95); }
td.TdClassName
{
border-color: #57665F;
}
.TagClassName
{
border-color: #57665F;
}
</style>